diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-02-09 10:50:55 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-02-09 10:50:55 +0100 |
commit | b806f13c1a022982d690dea3e59412b45bf336ed (patch) | |
tree | 52658cbe39219047d2af2d044039e26b68964829 /package.json | |
parent | 3125ad62e4f7cc7532e6f8b8c664b4863f58acd7 (diff) | |
download | hoverbit-ble-b806f13c1a022982d690dea3e59412b45bf336ed.tar.gz hoverbit-ble-b806f13c1a022982d690dea3e59412b45bf336ed.zip |
:hammer: Add postbuild-script
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
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", |