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 b2415f3 commit 3e41112Copy full SHA for 3e41112
package.json
@@ -16,7 +16,7 @@
16
"semantic-release": "semantic-release",
17
"commitmsg": "npm run test && commitlint -e $GIT_PARAMS",
18
"build": "rm -fr ./dist && babel ./src --out-dir ./dist --copy-files",
19
- "prepublishOnly": "npm run test && npm run build"
+ "prepublishOnly": "npm test && npm run build"
20
},
21
"repository": {
22
"type": "git",
0 commit comments