Skip to content

Commit

Permalink
revert(components): revert package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschuerch committed Apr 9, 2024
1 parent 022c2b2 commit a5c1c9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"linkDirectory": true
},
"scripts": {
"dev": "stencil build --port 9200 --serve --watch",
"start": "stencil build --watch",
"build": "stencil build",
"dev": "stencil build --port 9200 --serve --watch --docs-readme",
"start": "stencil build --watch --docs-readme",
"build": "stencil build --docs-readme",
"clean": "rimraf www dist loader",
"test": "pnpm run unit",
"unit": "stencil test --spec",
Expand Down

0 comments on commit a5c1c9b

Please sign in to comment.