chore(scripts): adds prerelease

This commit is contained in:
Manu Mtz.-Almeida
2018-03-22 14:57:45 +01:00
parent 7b50ea974f
commit 332eaaebb0
2 changed files with 2 additions and 1149 deletions

1147
core/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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",