Skip to content

Commit

Permalink
configure deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
JLSchaap committed Jul 9, 2024
1 parent 2d77a54 commit 4fad960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "npm run format && npm run lint && ng build --configuration production --verbose --output-hashing none",
"watch": "ng build --watch --configuration development",
"test": "npx cypress info && npx cypress run --component",
"deploy": "ng build --configuration production --verbose && npm run ghpage",
"deploy": "npm run format && npm run lint && ng deploy --base-href=https://pdok.github.io/gokoala/ --name=JLSchaap [email protected]",
"ghpage": "angular-cli-ghpages --dir=dist/view-component/browser",
"lint": "ng lint",
"lintc": "eslint . --ext .ts",
Expand Down

0 comments on commit 4fad960

Please sign in to comment.