chore(package): update to use local np

This commit is contained in:
Adam Bradley
2017-09-20 09:59:23 -05:00
parent e3efcfcb4c
commit 853e280202

View File

@ -24,7 +24,7 @@
"lint": "tslint --project .", "lint": "tslint --project .",
"lint-fix": "tslint --project . --fix", "lint-fix": "tslint --project . --fix",
"validate": "npm run clean && npm run lint && npm run test && npm run build", "validate": "npm run clean && npm run lint && npm run test && npm run build",
"deploy": "np --any-branch", "deploy": "../../node_modules/.bin/np --any-branch",
"preversion": "npm run lint && npm run build" "preversion": "npm run lint && npm run build"
}, },
"author": "Ionic Team", "author": "Ionic Team",