Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit 42f94fb

Browse files
author
Kamil Kisiela
committed
chore: automate npm publishing
1 parent 0b41a38 commit 42f94fb

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,7 +15,8 @@
1515
"coverage:codacy": "cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage",
1616
"test": "karma start karma.conf.js --set-env-NODE_ENV=ci",
1717
"publish:meteor": "meteor publish",
18-
"publish": "npm run publish:meteor"
18+
"publish:npm": "npm publish",
19+
"publish": "npm run publish:meteor & npm run publish:npm"
1920
},
2021
"repository": {
2122
"type": "git",

0 commit comments

Comments
 (0)