Skip to content

Commit

Permalink
Update README.md and add .vscode file to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisli30 committed Nov 5, 2024
1 parent 3c72033 commit 4ad79ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,6 @@ public
# Temporary folders
tmp/
temp/

# visual studio code workspace files
*.code-workspace
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ This repository uses a two-step workflow process for creating new releases:

The NPM publishing of dev versions can be handled manually, since the test cases reference the dist folder and don’t require a new version on NPM. NPM publish on dev tag is only required for testing the new version in a web app.

1. Publish a dev version and test it in your local environment:
1. Publish a dev version and test it in your local environment. The `npm publish` will use the version number in `package.json`, so run `npm version prerelease --preid=dev` first if you need a new version number.

```bash
# Update version with dev tag in package.json
# Optionally, update version with dev tag in package.json
npm version prerelease --preid=dev

# Publish to npm with dev tag
Expand Down

0 comments on commit 4ad79ca

Please sign in to comment.