Skip to content

Commit

Permalink
chore: fix build script on windows (#3922)
Browse files Browse the repository at this point in the history
  • Loading branch information
spudwebb authored Oct 1, 2024
1 parent 1582b2a commit 3d0dca6
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 @@ -44,7 +44,7 @@
"docs": "docsify serve ./docs",
"coverage": "c8 --clean npm run test",
"record-coverage": "c8 report --reporter=text-lcov --all --exclude='test/*' --exclude=.git --exclude=.eslintrc.js --exclude=.postcssrc.js --exclude=wallaby.js > ./coverage/lcov.info",
"build": "npm-run-all 'build:*'",
"build": "npm-run-all build:*",
"build:server": "tsc",
"build:ui": "vite build",
"clean": "tsc --build --clean",
Expand Down

0 comments on commit 3d0dca6

Please sign in to comment.