Skip to content

Commit

Permalink
test command
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Sep 12, 2016
1 parent 3d374f7 commit 0fa78bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "curl $NOW_URL",
"list": "node ../bin/list",
"prune": "node ../bin/prune",
"deploy": "node ../bin/now-pipeline --test 'npm run prod-test' --alias test.bahmutov.com",
"deploy": "DEBUG=now-pipeline node ../bin/now-pipeline --test 'npm run prod-test' --alias test.bahmutov.com",
"prod-test": "echo Testing deployed url; curl $NOW_URL"
}
}

0 comments on commit 0fa78bc

Please sign in to comment.