Skip to content

Commit

Permalink
Fixed command and run-script-os dep
Browse files Browse the repository at this point in the history
  • Loading branch information
HunterBarclay committed Jun 9, 2024
1 parent 0fe9be3 commit 14a51ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions fission/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion fission/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"format": "npm run prettier:fix && npm run lint:fix",
"build:prod": "tsc && vite build --base=/fission/",
"assetpack": "run-script-os",
"assetpack:darwin:linxu": "curl -o public/assetpack.zip https://synthesis.autodesk.com/Downloadables/assetpack.zip && unzip public/assetpack.zip -d public/",
"assetpack:darwin:linxu": "curl -o public/assetpack.zip https://synthesis.autodesk.com/Downloadables/assetpack.zip && unzip -o public/assetpack.zip -d public/",
"assetpack:win32": "echo todo"
},
"dependencies": {
Expand All @@ -30,6 +30,7 @@
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"run-script-os": "^1.1.6",
"three": "^0.159.0",
"typescript-cookie": "^1.0.6"
},
Expand Down

0 comments on commit 14a51ed

Please sign in to comment.