Skip to content

Commit c783f16

Browse files
committed
chore: remove configuration prod from build:demo for debug
1 parent 6675955 commit c783f16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ng": "ng",
88
"start": "ng serve demo",
99
"build": "ng build slate-angular --configuration production && cpx \"./packages/src/**/*.scss\" ./dist/",
10-
"build:demo": "ng build demo --configuration production",
10+
"build:demo": "ng build demo",
1111
"pub": "npm run build && cd dist && npm publish --access public",
1212
"pub-next": "npm run build && cd dist && npm publish --tag next --access public",
1313
"patch": "cd packages && npm version patch",

0 commit comments

Comments
 (0)