Skip to content

Commit

Permalink
Update release script further
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Oct 9, 2019
1 parent eb5226d commit c2001e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start-1_4_beta_14": "meteor test-packages ./ --release 1.4-beta.14",
"tools:lint": "./node_modules/eslint/bin/eslint.js *.js tests",
"tools:lintfix": "./node_modules/eslint/bin/eslint.js *.js tests --fix",
"publish": "npm prune --production && meteor publish",
"publish": "meteor npm i && npm prune --production && meteor publish && meteor npm i",
"test": "spacejam test-packages ./"
},
"description": "Extends Mongo.Collection with before/after hooks for insert/update/remove/find/findOne",
Expand Down

0 comments on commit c2001e7

Please sign in to comment.