Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 595921e

Browse files
committed
Remove second clean-app call
1 parent 6302107 commit 595921e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ copyAppTemplate("vendor-platform.ios.ts.template", tsOrJs("vendor-platform.ios")
3232

3333
addPlatformScript(packageJson, "clean-[PLATFORM]", "tns clean-app [PLATFORM]");
3434
addPlatformScript(packageJson, "prewebpack-[PLATFORM]", "npm run clean-[PLATFORM]");
35-
addPlatformScript(packageJson, "webpack-[PLATFORM]", "npm run clean-[PLATFORM] && webpack --config=webpack.[PLATFORM].js --progress");
35+
addPlatformScript(packageJson, "webpack-[PLATFORM]", "webpack --config=webpack.[PLATFORM].js --progress");
3636
addPlatformScript(packageJson, "prestart-[PLATFORM]-bundle", "npm run webpack-[PLATFORM]");
3737
addPlatformScript(packageJson, "start-[PLATFORM]-bundle", "tns run [PLATFORM] --bundle --disable-npm-install");
3838
addPlatformScript(packageJson, "prebuild-[PLATFORM]-bundle", "npm run webpack-[PLATFORM]");

0 commit comments

Comments
 (0)