Skip to content

Commit

Permalink
accurately call rsbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyseaburg committed Nov 19, 2024
1 parent a046b02 commit 920b359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"lint-fix-all": "npm run lint:js:fix && npm run lint:styles:fix && npm run prettier:js:fix && npm run prettier:styles:fix && npm run prettier:templates:fix && npm run lint:markdown:fix",
"mount-s3": "node scripts/mount-s3.js",
"dev": "npm-run-all --parallel dev:js dev:sass hugo",
"dev:js": "rsbuild build --watch",
"dev:js": "npx rsbuild build --watch",
"dev:sass": "gulp watch",
"build": "npm-run-all --parallel build:js build:sass",
"build:js": "NODE_ENV=production rsbuild build",
"build:js": "NODE_ENV=production npx rsbuild build",
"build:sass": "gulp buildSass"
},
"directories": {
Expand Down

0 comments on commit 920b359

Please sign in to comment.