mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
chore(package): update to use local np
This commit is contained in:
@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user