Skip to content

Commit 8d9caf7

Browse files
committed
no need to involve meteor when installing npm packages.
1 parent a3cb794 commit 8d9caf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"scripts": {
55
"lint": "eslint ./ && markdownlint ./",
6-
"publish-release": "rimraf ./node_modules && meteor publish && meteor npm i --only=dev",
6+
"publish-release": "rimraf ./node_modules && meteor publish && npm i --only=dev",
77
"pre-commit": "lint-staged",
88
"prepare": "husky install"
99
},

0 commit comments

Comments
 (0)