Skip to content

Commit

Permalink
chore: update dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
billchurch committed Aug 20, 2024
1 parent 2d57781 commit b18e243
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/jsmasker.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"test": "node test/index.test.js",
"build": "webpack --mode production",
"prepublishOnly": "npm run build",
"release": "standard-version",
"release:first": "standard-version --first-release -a -s",
"release": "standard-version -a -s",
"lint": "eslint src test",
"lint:fix": "eslint src test --fix",
"clean": "rimraf dist",
Expand Down

0 comments on commit b18e243

Please sign in to comment.