We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159ca90 commit ac992d6Copy full SHA for ac992d6
package.json
@@ -5,11 +5,10 @@
5
"main": "dist/index.js",
6
"repository": "developit/workerize-loader",
7
"scripts": {
8
- "postinstall": "patch-package",
9
"build": "microbundle --format cjs --no-compress --inline none src/*.js",
10
"prepublishOnly": "npm run build",
11
- "dev": "karmatic watch --no-headless",
12
- "test": "npm run build && karmatic && NODE_ENV=production karmatic -p",
+ "dev": "patch-package && karmatic watch --no-headless",
+ "test": "patch-package && npm run build && karmatic && NODE_ENV=production karmatic -p",
13
"release": "npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
14
},
15
"browserslist": [
0 commit comments