Skip to content

Commit

Permalink
Watching all direct files, not just those named browse.
Browse files Browse the repository at this point in the history
  • Loading branch information
erinesullivan committed May 8, 2024
1 parent 381870d commit dfeef6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"build": "npm run build:type --type=css && npm run build:type --type=js",
"build:type": "esbuild ${npm_config_type}/browse.${npm_config_type} --bundle --minify --outdir=public $*",
"build:type": "esbuild \"${npm_config_type}/*.${npm_config_type}\" --bundle --minify --outdir=public $*",
"build:watch": "npm run build:type --type=${npm_config_type} -- --watch"
},
"repository": {
Expand Down

0 comments on commit dfeef6b

Please sign in to comment.