Skip to content

Commit 8eaa505

Browse files
committed
fix prepublish only script
1 parent bfa85bb commit 8eaa505

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "workbox-mirror-precache-plugin",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A workbox plugin that fetch precache files from various mirrors.",
55
"main": "lib/index.js",
66
"module": "lib/index.js",
77
"types": "lib/index.d.ts",
88
"type": "module",
99
"packageManager": "[email protected]",
1010
"scripts": {
11+
"prepublishOnly": "npm run build",
1112
"build": "tsc",
1213
"test": "echo \"Error: no test specified\" && exit 1"
1314
},

0 commit comments

Comments
 (0)