Skip to content

Commit

Permalink
chore: fix release test script (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa authored Aug 8, 2018
1 parent 60d0d1e commit 7058a88
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 @@ -61,7 +61,7 @@
"version:changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s",
"release:prepare": "npm run build:package",
"release:prepare:dev": "npm-run-all version:bump release:prepare build:rename:dev ",
"release:validate": "npm-run-all release:prepare build:wp ci:lint e2e:wp test:wp",
"release:validate": "npm-run-all release:prepare build:wp ci:lint e2e:wp test:wp --watch=false",
"release:dev": "npm-run-all release:prepare:dev publish",
"release": "npm-run-all release:validate publish",
"publish": "npm publish --access=public src/.lib/theme && npm publish --access=public src/.lib/auth && npm publish --access=public src/.lib/security",
Expand Down

0 comments on commit 7058a88

Please sign in to comment.