Skip to content

Commit

Permalink
fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Jan 21, 2025
1 parent cbb9449 commit d8fc82c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/create-mud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"copy-templates": "tsx ./scripts/copy-templates.ts",
"dev": "tsup --watch",
"prepublishOnly": "npm run clean && npm run build",
"test": "pnpm run copy-templates && pnpm vitest && pnpm run test:vanilla && pnpm run test:react && pnpm run test:react-ecs && pnpm run test:phaser && pnpm run test:threejs",
"test": "pnpm run copy-templates && pnpm vitest --run && pnpm run test:vanilla && pnpm run test:react && pnpm run test:react-ecs && pnpm run test:phaser && pnpm run test:threejs",
"test:ci": "pnpm run test",
"test:phaser": "dist/cli.js test-project --template phaser && shx rm -rf test-project",
"test:react": "dist/cli.js test-project --template react && shx rm -rf test-project",
"test:react-ecs": "dist/cli.js test-project --template react-ecs && shx rm -rf test-project",
"test:threejs": "dist/cli.js test-project --template threejs && shx rm -rf test-project",
"test:vanilla": "dist/cli.js test-project --template vanilla && shx rm -rf test-project"
"test:phaser": "bin/cli.js test-project --template phaser && shx rm -rf test-project",
"test:react": "bin/cli.js test-project --template react && shx rm -rf test-project",
"test:react-ecs": "bin/cli.js test-project --template react-ecs && shx rm -rf test-project",
"test:threejs": "bin/cli.js test-project --template threejs && shx rm -rf test-project",
"test:vanilla": "bin/cli.js test-project --template vanilla && shx rm -rf test-project"
},
"dependencies": {
"fast-glob": "^3.3.3",
Expand Down

0 comments on commit d8fc82c

Please sign in to comment.