Skip to content

Commit

Permalink
no apigen during build
Browse files Browse the repository at this point in the history
  • Loading branch information
JLSchaap committed Jan 2, 2025
1 parent c6b4be3 commit 4af5798
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 @@ -5,7 +5,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "npm run apigen && npm run format && npm run lint && ng build --configuration production --verbose --output-hashing none",
"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",
"ghpage": "angular-cli-ghpages --dir=dist/view-component/browser",
Expand Down

0 comments on commit 4af5798

Please sign in to comment.