We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b735c57 commit ad2f094Copy full SHA for ad2f094
packages/core-tabs/package.json
@@ -11,8 +11,8 @@
11
"build": "npm run tsc ",
12
"build.watch": "npm run tsc -- -w",
13
"build.win": "npm run tsc-win ",
14
- "build.all": "npm run build.hooks && npm run build",
15
- "build.all.win": "npm run build.hooks.win && npm run build.win",
+ "build.all": "npm run build",
+ "build.all.win": "npm run build.win",
16
"clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map android"
17
},
18
"nativescript": {
0 commit comments