Skip to content

Commit

Permalink
chore: package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
vegarringdal committed May 19, 2021
1 parent 99d52bd commit 5e3a7e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"scripts": {
"prebootstrap": "npx st-rm-rf ./node_modules package-lock.json",
"bootstrap": "npm i",
"start": "node fuse",
"watch": "node fuse",
"start": "node script-start",
"watch": "node script-start",
"build": "node script-build && npm run rollup",
"rollup": "rollup -c",
"prettier:run": "node ./node_modules/prettier/bin-prettier --write \"src/**/*.{json,md,ts}\" ",
Expand Down
2 changes: 1 addition & 1 deletion script-start.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const {
* client bundle
*/
client(
{ watch: "./src/sample/**/*.ts" },
{ watch: "./src/**/*.ts" },
{
color: true,
define: {
Expand Down

0 comments on commit 5e3a7e0

Please sign in to comment.