We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3aad9 commit 5b033dcCopy full SHA for 5b033dc
package.json
@@ -22,7 +22,7 @@
22
}
23
},
24
"scripts": {
25
- "prepublish": "./resources/prepublish.sh",
+ "preversion": "npm run ci && npm run test",
26
"prettier": "prettier --write --list-different .",
27
"prettier:check": "prettier --check .",
28
"test": "npm run lint && npm run check && npm run testonly && npm run prettier:check && npm run check:spelling",
resources/prepublish.sh
0 commit comments