Skip to content

Commit

Permalink
correct the wrong npm hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mlgq committed Apr 25, 2024
1 parent 53082a0 commit 2a8a91c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
tmp/
dist/
coverage/
.tmp/
bin/.backup-package.json
.tmp/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"lint-fix": "eslint --fix lib",
"ls-lint": "ls-lint",
"build": "rollup --config --silent",
"prepare": "npm run build && node bin/publish.mjs pre",
"prepublishOnly": "npm run build && node bin/publish.mjs pre",
"postpublish": "node bin/publish.mjs post",
"postversion": "echo 'Remember to update the changelog!'"
},
Expand Down

0 comments on commit 2a8a91c

Please sign in to comment.