Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "per-env", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Clean up your package.json with per-NODE_ENV npm scripts", | ||
@@ -9,3 +9,6 @@ "bin": { | ||
"scripts": { | ||
"test": "./bin/per-env && NODE_ENV=test ./bin/per-env", | ||
"test": "NODE_ENV=development ./bin/per-env && NODE_ENV=test ./bin/per-env", | ||
"posttest": "NODE_ENV=test npm run test:status", | ||
"test:status": "./bin/per-env", | ||
"test:status:test": "cat does.not.exist &> /dev/null && exit 1 || echo Status: $?", | ||
"pretest:development": "echo ${npm_lifecycle_event} ${CUSTOM_VALUE}", | ||
@@ -12,0 +15,0 @@ "test:development": "echo ${npm_lifecycle_event} ${CUSTOM_VALUE}", |
Sorry, the diff of this file is not supported yet
5390