Skip to content

Commit

Permalink
revert create-mud change
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Nov 1, 2023
1 parent f1adc0c commit 5bd61cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/create-mud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
"clean:js": "rimraf dist",
"dev": "tsup --watch",
"prepublishOnly": "npm run clean && npm run build",
"test": "pnpm run test:vanilla && pnpm run test:react && pnpm run test:react-ecs && pnpm run test:phaser && pnpm run test:threejs",
"test": "pnpm run test:vanilla && pnpm run test:react && pnpm run test:phaser && pnpm run test:threejs",
"test:ci": "pnpm run test",
"test:phaser": "dist/cli.js test-project --template phaser && rimraf test-project",
"test:react": "dist/cli.js test-project --template react && rimraf test-project",
"test:react-ecs": "dist/cli.js test-project --template react-ecs && rimraf test-project",
"test:threejs": "dist/cli.js test-project --template threejs && rimraf test-project",
"test:vanilla": "dist/cli.js test-project --template vanilla && rimraf test-project"
},
Expand Down

0 comments on commit 5bd61cc

Please sign in to comment.