We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbacd77 commit c01de95Copy full SHA for c01de95
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
run: npm install
20
21
- name: Build
22
- run: npm run build
+ run: npm run build-gh
23
24
- name: Deploy
25
uses: JamesIves/github-pages-deploy-action@releases/v3
package.json
@@ -5,6 +5,7 @@
5
"scripts": {
6
"start": "parcel src/index.html -p 8000",
7
"build": "parcel build src/index.html --out-dir dist --public-url ./",
8
+ "build-gh": "parcel build src/index.html --out-dir dist --public-url /phaser3-typescript-spine/",
9
"test": "echo \"Error: no test specified\" && exit 1"
10
},
11
"author": "supertommy",
0 commit comments