Skip to content

Commit 3bf9a3f

Browse files
committed
fix(package): copy .nojekyll to build dir
This enables github to host openscd.github.io
1 parent e1e0d55 commit 3bf9a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"release:minor": "standard-version --release-as minor",
6565
"release:patch": "standard-version --release-as patch",
6666
"release:major": "standard-version --release-as major",
67-
"build": "npm run test && npm run build:notest",
67+
"build": "npm run test && npm run build:notest && cp .nojekyll build/",
6868
"build:notest": "npm run doc && snowpack build && workbox generateSW workbox-config.cjs",
6969
"start": "snowpack dev"
7070
},

0 commit comments

Comments
 (0)