Skip to content

Commit

Permalink
fix(package): move prepublish to prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
lamualfa committed Aug 9, 2021
1 parent c91b4e0 commit 1a1d321
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test:build": "rimraf dist && microbundle -i src/index.ts -o dist/index.cjs -f commonjs",
"test": "npm run test:build && jest --ci --coverage && codecov",
"local:test": "npm run test:build && jest --verbose --coverage",
"prepublish": "npm run build"
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1a1d321

Please sign in to comment.