diff --git a/fission/package.json b/fission/package.json index 428df4a42..6423349f3 100644 --- a/fission/package.json +++ b/fission/package.json @@ -13,11 +13,11 @@ "test": "vitest", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives", "lint:fix": "eslint . --ext ts,tsx --report-unused-disable-directives --fix", - "prettier": "(bun x prettier src --check) || (npx prettier src --check)", - "prettier:fix": "(bun x prettier src --write) || (npx prettier src --write)", - "format": "(bun run prettier:fix && bun run lint:fix) || (npm run prettier:fix && npm run lint:fix)", + "prettier": "bun x prettier src --check || npx prettier src --check", + "prettier:fix": "bun x prettier src --write || npx prettier src --write", + "format": "bun run prettier:fix && bun run lint:fix || npm run prettier:fix && npm run lint:fix", "assetpack": "curl -o public/assetpack.zip https://synthesis.autodesk.com/Downloadables/assetpack.zip && tar -xf public/assetpack.zip -C public/", - "playwright:install": "(bun x playwright install || npx playwright install)" + "playwright:install": "bun x playwright install || npx playwright install" }, "dependencies": { "@barclah/jolt-physics": "^0.24.1",