Skip to content

Commit

Permalink
Merge pull request #3 from VicMartini/fix/raster-tile-flickering
Browse files Browse the repository at this point in the history
Update publish action
  • Loading branch information
VicMartini authored Nov 21, 2024
2 parents 2ecfa6e + 71d58ff commit 0f93034
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
- run: npm ci && npm run build
- run: npm ci
- run: npm run build-prod-min
- run: npm run build-css
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 0f93034

Please sign in to comment.