mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
chore(scripts): adds prerelease
This commit is contained in:
1147
core/package-lock.json
generated
1147
core/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -34,7 +34,6 @@
|
|||||||
"chai": "^4.1.2",
|
"chai": "^4.1.2",
|
||||||
"chalk": "^2.3.1",
|
"chalk": "^2.3.1",
|
||||||
"chromedriver": "^2.33.2",
|
"chromedriver": "^2.33.2",
|
||||||
"conventional-changelog-cli": "^1.3.15",
|
|
||||||
"execa": "^0.9.0",
|
"execa": "^0.9.0",
|
||||||
"fs-extra": "^5.0.0",
|
"fs-extra": "^5.0.0",
|
||||||
"glob": "^7.1.2",
|
"glob": "^7.1.2",
|
||||||
@ -70,7 +69,8 @@
|
|||||||
"theme-server": "node scripts/theme-builder/server.js",
|
"theme-server": "node scripts/theme-builder/server.js",
|
||||||
"tslint": "tslint --project .",
|
"tslint": "tslint --project .",
|
||||||
"tslint-fix": "tslint --project . --fix",
|
"tslint-fix": "tslint --project . --fix",
|
||||||
"validate": "npm run clean && npm run lint && npm run test && npm run build",
|
"prerelease": "npm run validate && np prerelease --yolo --any-branch --tag next",
|
||||||
|
"validate": "npm i && npm run lint && npm run test && npm run build",
|
||||||
"tsc": "./node_modules/.bin/tsc -p ."
|
"tsc": "./node_modules/.bin/tsc -p ."
|
||||||
},
|
},
|
||||||
"author": "Ionic Team",
|
"author": "Ionic Team",
|
||||||
|
Reference in New Issue
Block a user