Skip to content

Commit

Permalink
build: watch task
Browse files Browse the repository at this point in the history
  • Loading branch information
WakelessSloth56 committed Sep 18, 2024
1 parent 2f6ee95 commit 2b04f81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"watch:script": "rollup -c rollup.config.js --bundleConfigAsCjs --watch",
"watch:style": "sass --watch src/style/main.scss:public/player.css",
"build:dev": "pnpm run dev:html && pnpm run dev:script && pnpm run dev:style",
"watch": "pnpm run --parallel \"/^watch:.*/\"",
"build": "pnpm run prod:html && pnpm run prod:style && pnpm run prod:script"
},
"keywords": [],
Expand Down

0 comments on commit 2b04f81

Please sign in to comment.