chore(release): rename release script

This commit is contained in:
Adam Bradley
2018-03-28 16:20:20 -05:00
parent f304480dfc
commit 53b6471d2b
4 changed files with 16 additions and 12 deletions

View File

@@ -28,8 +28,10 @@
"ionic-core": "node ../core/node_modules/.bin/stencil build",
"ionic-core-dev": "node ../core/node_modules/.bin/stencil build --dev",
"lint": "tslint --project .",
"prerelease": "npm run validate && np prerelease --yolo --any-branch --tag next",
"test": "echo 'angular no tests yet'",
"tsc": "tsc -p ."
"tsc": "tsc -p .",
"validate": "npm i && npm run lint && npm run test && npm run build"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",