Skip to content

Commit 5b033dc

Browse files
package.json: remove 'prepublish' script (#294)
Fixes #291
1 parent 2a3aad9 commit 5b033dc

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"scripts": {
25-
"prepublish": "./resources/prepublish.sh",
25+
"preversion": "npm run ci && npm run test",
2626
"prettier": "prettier --write --list-different .",
2727
"prettier:check": "prettier --check .",
2828
"test": "npm run lint && npm run check && npm run testonly && npm run prettier:check && npm run check:spelling",

resources/prepublish.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)