Skip to content

Commit

Permalink
ci: fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
shhdharmen committed Feb 19, 2024
1 parent bb8826c commit 27107a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm ci
ng build --base-href "/hot-toast/"
npm run build -- --base-href "/hot-toast/"
npm run build:lib
npx semantic-release
npx angular-cli-ghpages --name="mr. Dharmen's Bot" --email=shhdharmen@gmail.com --dir=dist/toast

0 comments on commit 27107a1

Please sign in to comment.