Skip to content

Commit

Permalink
fix: minor fix to ci deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
roedoejet committed Nov 1, 2023
1 parent cb91284 commit 94c06b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install and Build 🔧
run: |
npm install
npm run-script build --configuration=production -- --deploy-url /wordweaver/ --base-href /wordweaver/
npm run-script ci:build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"format:write": "prettier 'projects/**/*.{ts,json,md,scss,html}' --write",
"format:test": "prettier 'projects/**/*.{ts,json,md,scss,html}' --list-different",
"ci": "npm run format:test && ng lint && npm run build:prod -- --deploy-url /wordweaver/ --base-href /wordweaver/",
"ci:deploy": "ng build --configuration=production --deploy-url /wordweaver/ --base-href /wordweaver/",
"analyze": "npm run build:prod -- --stats-json && webpack-bundle-analyzer ./dist/word-weaver/stats-es2015.json",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate && node .all-contributors-html.js",
Expand Down

0 comments on commit 94c06b3

Please sign in to comment.