Skip to content

Commit

Permalink
no need to clean anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Jan 21, 2025
1 parent 0ddfd7b commit 0af1a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/create-mud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
],
"scripts": {
"build": "pnpm run build:js",
"build:js": "pnpm clean && tsup && pnpm run copy-templates",
"build:js": "tsup && pnpm run copy-templates",
"clean": "pnpm run clean:js",
"clean:js": "shx rm -rf dist",
"copy-templates": "tsx ./scripts/copy-templates.ts",
"dev": "tsup --watch",
"prepublishOnly": "npm run clean && npm run build",
"test": "pnpm clean && 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 && 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",
Expand Down

0 comments on commit 0af1a8b

Please sign in to comment.