Skip to content

Commit a16afd5

Browse files
committed
fix: create www dir in prepare script instead of .gitkeep
1 parent 8cda2cd commit a16afd5

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"cordova:platform"
1515
],
1616
"scripts": {
17-
"prepare": "cordova-js build > templates/project/www/cordova.js",
17+
"prepare": "mkdir -p templates/project/www && cordova-js build > templates/project/www/cordova.js",
1818
"pretest": "npm run lint",
1919
"test": "npm run cover && npm run test:xcode",
2020
"test:unit": "jasmine --config=tests/spec/unit.json",

templates/project/www/.gitkeep

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)