Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Jul 11, 2023
1 parent 4989815 commit dde5bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/project-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
- run: npm run check-errors
- run: npm run dev-docker
- run: npm run dev-reinit
- run: npm run test:projects
- run: npx lerna run --ignore '@etherealengine/*' test
- run: npm run build-client
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"version": "1.3.0"
},
"scripts": {
"test:projects": "mocha --config .mocharc.js",
"test": "mocha --config .mocharc.js",
"dev": "cross-env APP_ENV=development NODE_OPTIONS=--max_old_space_size=20480 vite",
"build": "cross-env NODE_OPTIONS=--max_old_space_size=10240 vite build",
"format": "prettier --write \"**/*.{ts,tsx}\"",
Expand Down

0 comments on commit dde5bb1

Please sign in to comment.