Fix build script npm commands

This commit is contained in:
Andrei Andreev 2022-11-30 01:07:15 +01:00
parent c380f119e2
commit 8a5be3e465
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
node-version: '14'
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run build:master
- uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages

View File

@ -21,7 +21,7 @@ jobs:
node-version: '14'
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run build:release
- uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.GH_PUBLISH_TOKEN }}