File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2222 "build" : " ./node_modules/.bin/async-to-gen src --out-dir dist" ,
2323 "prepublish" : " npm run build" ,
2424 "dev" : " NODE_ENV=development nodemon --config package.json --exec async-node src/index.js" ,
25- "test" : " jest"
25+ "test" : " jest" ,
26+ "test-now-deployment" : " curl --fail $NOW_URL/test?inc=false"
2627 },
2728 "jest" : {
2829 "collectCoverageFrom" : [
Original file line number Diff line number Diff line change 11echo " Installing now-pipeline"
2- npm install -g now-pipeline
2+ npm install -g MiniGod/ now-pipeline#state-building
33
44echo " Prune old instances"
55now-pipeline-prune
66
77echo " Deploy and alias new instance"
8- now-pipeline --test ' curl --fail $NOW_URL/test?inc=false ' -- alias demo.micro-analytics.io
8+ now-pipeline --alias demo.micro-analytics.io --test " npm run test-now-deployment "
99
You can’t perform that action at this time.
0 commit comments