Skip to content

Commit

Permalink
chore: Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
finom committed Jan 18, 2020
1 parent 533d08e commit 5b20d8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"main": "seemple.js",
"scripts": {
"test": "npm run lint && npm run unit && cat ./packages/seemple/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"post-publish-test": "node test/post-publish/post-publish.js",
"unit": "npm run --prefix packages/seemple npm-compile && lerna run test",
"build": "lerna run build",
"lint": "eslint .",
Expand All @@ -16,7 +17,7 @@
"patch": "lerna run npm-compile && lerna version patch --yes && npm run npm-deploy",
"minor": "lerna run npm-compile && lerna version minor && npm run npm-deploy",
"install-all": "npm install && lerna exec --concurrency 1 -- npm install",
"npm-deploy": "lerna publish from-package --yes --contents npm"
"npm-deploy": "lerna publish from-package --yes --contents npm && npm run post-publish-test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5b20d8b

Please sign in to comment.