Skip to content

Commit

Permalink
package.json: remove 'prepublish' script (#294)
Browse files Browse the repository at this point in the history
Fixes #291
  • Loading branch information
IvanGoncharov authored Mar 8, 2021
1 parent 2a3aad9 commit 5b033dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"scripts": {
"prepublish": "./resources/prepublish.sh",
"preversion": "npm run ci && npm run test",
"prettier": "prettier --write --list-different .",
"prettier:check": "prettier --check .",
"test": "npm run lint && npm run check && npm run testonly && npm run prettier:check && npm run check:spelling",
Expand Down
8 changes: 0 additions & 8 deletions resources/prepublish.sh

This file was deleted.

0 comments on commit 5b033dc

Please sign in to comment.