aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 46844e7..81ba90a 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"scripts": {
"dev": "parcel ./src/index.html --https --public-url /hoverbit-ble/",
"build": "parcel build ./src/index.html --public-url /hoverbit-ble/",
- "postbuild": "cp src/service-worker.js dist/service-worker.js"
+ "postbuild": "./postbuild.sh"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",