mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +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",
|
||||
"chalk": "^2.3.1",
|
||||
"chromedriver": "^2.33.2",
|
||||
"conventional-changelog-cli": "^1.3.15",
|
||||
"execa": "^0.9.0",
|
||||
"fs-extra": "^5.0.0",
|
||||
"glob": "^7.1.2",
|
||||
@ -70,7 +69,8 @@
|
||||
"theme-server": "node scripts/theme-builder/server.js",
|
||||
"tslint": "tslint --project .",
|
||||
"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 ."
|
||||
},
|
||||
"author": "Ionic Team",
|
||||
|
Reference in New Issue
Block a user