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 e1e0d55 commit 3bf9a3fCopy full SHA for 3bf9a3f
package.json
@@ -64,7 +64,7 @@
64
"release:minor": "standard-version --release-as minor",
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",
+ "build": "npm run test && npm run build:notest && cp .nojekyll build/",
68
"build:notest": "npm run doc && snowpack build && workbox generateSW workbox-config.cjs",
69
"start": "snowpack dev"
70
},
0 commit comments