Skip to content

Commit c72d736

Browse files
committed
fix build command
1 parent 3793cec commit c72d736

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0",
55
"scripts": {
66
"watch": "parcel watch view-src/index.html --dist-dir tiny_wifi_analyzer/view/ --no-source-maps",
7-
"build": "mkdir -p tiny_wifi_analyzer/view/ && parcel build view-src/index.html --dist-dir tiny_wifi_analyzer/view/ --no-source-maps"
7+
"build": "mkdir -p tiny_wifi_analyzer/view/ && parcel build view-src/index.html --dist-dir tiny_wifi_analyzer/view/ --no-source-maps --no-cache"
88
},
99
"devDependencies": {
1010
"parcel": "^2.16.4"

0 commit comments

Comments
 (0)