Skip to content

Commit

Permalink
mkdir before parcel build
Browse files Browse the repository at this point in the history
  • Loading branch information
nolze committed Feb 2, 2025
1 parent e925a14 commit 050a7c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"scripts": {
"watch": "parcel watch view-src/index.html --dist-dir tiny_wifi_analyzer/view/ --no-source-maps",
"build": "parcel build view-src/index.html --dist-dir tiny_wifi_analyzer/view/ --no-source-maps"
"build": "mkdir -p tiny_wifi_analyzer/view/ && parcel build view-src/index.html --dist-dir tiny_wifi_analyzer/view/ --no-source-maps"
},
"devDependencies": {
"parcel": "^2.13.3"
Expand Down
Empty file.

0 comments on commit 050a7c0

Please sign in to comment.