Skip to content

Commit

Permalink
fix(core): add --debug to test issue on stencil
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefialho committed Nov 8, 2023
1 parent fd0bdf9 commit a5b4463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"core.css"
],
"scripts": {
"build": "stencil build && npx copyfiles --flat ./dist/core/core.css ./",
"build": "stencil build --debug && npx copyfiles --flat ./dist/core/core.css ./",
"start": "stencil build --watch",
"test": "stencil test --spec",
"test:ci": "stencil test --spec --coverage --no-cache --updateSnapshot --ci",
Expand Down

0 comments on commit a5b4463

Please sign in to comment.