Skip to content

Commit

Permalink
changed: build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Денис Цыганов committed Feb 19, 2024
1 parent 001d39d commit 9610220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
env:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TARGET_BRANCH: gh-pages
BUILD_SCRIPT: BASE_URL=tms-stat-viewer-example npm install && npm run build
BUILD_SCRIPT: npm install && BASE_URL=tms-stat-viewer-example npm run build
BUILD_DIR: dist/

0 comments on commit 9610220

Please sign in to comment.