Skip to content

Commit

Permalink
chore: fix shipit script
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed May 4, 2021
1 parent aa6d1e1 commit e1f72f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/core/index.js",
"typings": "dist/core/index.d.ts",
"scripts": {
"shipit": "npm run build && np --any-branch && npm run generate-changelog && npm run deploy-changelog",
"shipit": "npm run build && np --no-tests --any-branch && npm run generate-changelog && npm run deploy-changelog",
"clean": "rimraf ./dist",
"build": "npm run clean && npm run build-platform && npm run build-runtime && npm run build-cli-scripts",
"capacitor:add": "node dist/cli-scripts/cap-scripts.js add",
Expand Down

0 comments on commit e1f72f4

Please sign in to comment.