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 a0d8693 commit 8757950Copy full SHA for 8757950
package.json
@@ -7,11 +7,11 @@
7
"lib"
8
],
9
"scripts": {
10
- "prepublish": "npm run build",
11
"pretest": "npm run build",
12
"test": "npm run lint && karma start",
13
"build": "npm run scripts",
14
"postbuild": "npm install --progress=false",
+ "prerelease": "npm test",
15
"release": "standard-version",
16
"lint": "standard src/*.js lib/index.js scripts/*.js",
17
"scripts": "node scripts/refresh.js && node scripts/build.js"
0 commit comments