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 a507ccb commit 81fec91Copy full SHA for 81fec91
package.json
@@ -65,8 +65,8 @@
65
"release:patch": "standard-version --release-as patch",
66
"release:major": "standard-version --release-as major",
67
"build": "npm run test && npm run build:notest",
68
- "build:notest": "npm run doc && snowpack build --polyfill-node && workbox generateSW workbox-config.cjs",
69
- "start": "snowpack dev --polyfill-node"
+ "build:notest": "npm run doc && snowpack build && workbox generateSW workbox-config.cjs",
+ "start": "snowpack dev"
70
},
71
"devDependencies": {
72
"@commitlint/cli": "^12.1.4",
0 commit comments