Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 082d022

Browse files
cleanup redundant call
1 parent 502562b commit 082d022

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"config": "node scripts/postinstall.js config",
3939
"tsc": "tsc -skipLibCheck",
4040
"plugin.tscwatch": "npm run tsc -- -w",
41-
"package": "cd ../publish && rimraf ./package && ./pack.sh",
41+
"package": "cd ../publish && ./pack.sh",
4242
"demo.ios": "npm run preparedemo && cd ../demo && tns run ios",
4343
"demo-ng.ios": "npm run preparedemo-ng && cd ../demo-ng && tns run ios",
4444
"demo-ng.ios.bundled": "npm run preparedemo-ng && cd ../demo-ng && tns run ios --bundle",

0 commit comments

Comments
 (0)