fix(angular): tabs angular tests

This commit is contained in:
Manu Mtz.-Almeida
2018-03-30 23:30:31 +02:00
parent 230823915c
commit ff1ed888f0
8 changed files with 33 additions and 21 deletions

View File

@@ -20,7 +20,7 @@
"url": "https://github.com/ionic-team/ionic.git"
},
"scripts": {
"build": "npm run clean && npm run ionic-core && npm run compile && npm run clean-generated",
"build": "npm run clean && npm run compile && npm run clean-generated && npm run ionic-core",
"build.link": "npm run build && node scripts/link-copy.js",
"clean": "node scripts/clean.js",
"clean-generated": "node ./scripts/clean-generated.js",