Skip to content

Commit ad2f094

Browse files
committed
chore: scripts
1 parent b735c57 commit ad2f094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core-tabs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"build": "npm run tsc ",
1212
"build.watch": "npm run tsc -- -w",
1313
"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",
14+
"build.all": "npm run build",
15+
"build.all.win": "npm run build.win",
1616
"clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map android"
1717
},
1818
"nativescript": {

0 commit comments

Comments
 (0)