We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a935957 commit 3fe191aCopy full SHA for 3fe191a
1 file changed
package.json
@@ -16,7 +16,7 @@
16
"scripts": {
17
"start": "parcel --target demo",
18
"build": "rm -rf ./dist && parcel build index.ts && tsc",
19
- "build:demo": "parcel build --target demo demo/index.html --dist-dir=site",
+ "build:demo": "NODE_OPTIONS='--no-experimental-fetch' parcel build --target demo",
20
"prepare": "npm run build",
21
"prettier": "prettier --write './src/**/*.{ts,js,json,html}'",
22
"postversion": "git push --no-verify && git push --tags --no-verify"
0 commit comments