Skip to content

Commit

Permalink
chore: remove configuration prod from build:demo for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed Aug 19, 2024
1 parent 6675955 commit c783f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ng": "ng",
"start": "ng serve demo",
"build": "ng build slate-angular --configuration production && cpx \"./packages/src/**/*.scss\" ./dist/",
"build:demo": "ng build demo --configuration production",
"build:demo": "ng build demo",
"pub": "npm run build && cd dist && npm publish --access public",
"pub-next": "npm run build && cd dist && npm publish --tag next --access public",
"patch": "cd packages && npm version patch",
Expand Down

0 comments on commit c783f16

Please sign in to comment.