Skip to content

Commit 81fec91

Browse files
committed
Removed --polyfill-node flag for snowpack
1 parent a507ccb commit 81fec91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
"release:patch": "standard-version --release-as patch",
6666
"release:major": "standard-version --release-as major",
6767
"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"
68+
"build:notest": "npm run doc && snowpack build && workbox generateSW workbox-config.cjs",
69+
"start": "snowpack dev"
7070
},
7171
"devDependencies": {
7272
"@commitlint/cli": "^12.1.4",

0 commit comments

Comments
 (0)