Skip to content

Commit 8694612

Browse files
committed
[util] Add allow-publish-tag util for dev version
1 parent cf55bf5 commit 8694612

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
"clean": "rm -rf dist",
1616
"cov": "nyc -t coverage --reporter=html mocha test",
1717
"test": "mocha test",
18-
"prepublish": "npm run clean && npm run build"
18+
"prepublish": "allow-publish-tag next && npm run clean && npm run build"
1919
},
2020
"license": "MIT",
2121
"devDependencies": {
22+
"allow-publish-tag": "^1.0.1",
2223
"babel-minify": "^0.5.0",
2324
"mocha": "^6.0.2",
2425
"nyc": "^13.3.0",

0 commit comments

Comments
 (0)