Skip to content

Commit

Permalink
chore: fix release script to stop watching tests (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa authored Feb 20, 2019
1 parent c71d9fd commit 96018b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,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 --watch=false",
"release:validate": "npm-run-all release:prepare build:wp ci:lint e2e:wp && npm run test:wp -- --watch=false",
"release:dev": "npm-run-all release:prepare:dev publish",
"release": "npm-run-all release:validate publish",
"publish": "./scripts/publish.sh",
Expand Down Expand Up @@ -174,4 +174,4 @@
"uglifyjs-webpack-plugin": "1.1.5"
},
"schematics": "./schematics/dist/collection.json"
}
}

0 comments on commit 96018b1

Please sign in to comment.