Skip to content

Commit

Permalink
Merge branch 'dev' into barclah/1716/physics-time-step
Browse files Browse the repository at this point in the history
  • Loading branch information
HunterBarclay committed Jun 28, 2024
2 parents bc8680f + 8037724 commit d18dc59
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fission/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
"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)",
"build:prod": "tsc && vite build --base=/fission/",
"assetpack": "run-script-os",
"assetpack:nix": "curl -o public/assetpack.zip https://synthesis.autodesk.com/Downloadables/assetpack.zip && unzip -o public/assetpack.zip -d public/",
"assetpack:win32": "curl -o public/assetpack.zip https://synthesis.autodesk.com/Downloadables/assetpack.zip && tar -xf public/assetpack.zip -C public/",
"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"
},
"dependencies": {
Expand Down

0 comments on commit d18dc59

Please sign in to comment.