Skip to content

Commit a84b644

Browse files
committed
Create the data directory in the newdir script
1 parent df873aa commit a84b644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Luca Bonavita - mindrones.com",
55
"version": "0.0.1",
66
"scripts": {
7-
"newdir": "rm -rf build && mkdir build",
7+
"newdir": "rm -rf build data && mkdir build data",
88
"devbuild": "npm run newdir && gulp build",
99
"prodbuild": "npm run newdir && gulp build --production",
1010
"dev": "npm run newdir && gulp",

0 commit comments

Comments
 (0)