Skip to content

Commit

Permalink
Merge pull request #64 from copystart/issue63_windows_build_fix
Browse files Browse the repository at this point in the history
Issue 63 Fix - Windows Build Error
  • Loading branch information
archieco authored May 8, 2023
2 parents d2a8a94 + 16da685 commit 370ceaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"postinstall": "patch-package && del ./node_modules/online-3d-viewer/libs/loaders/occt-import-js-worker.js && del ./node_modules/online-3d-viewer/libs/loaders/occt-import-js.js && del ./node_modules/online-3d-viewer/libs/loaders/occt-import-js.license.md && del ./node_modules/online-3d-viewer/libs/loaders/occt-import-js.wasm"
"postinstall": "patch-package && del-cli ./node_modules/online-3d-viewer/libs/loaders/occt-import-js-worker.js && del-cli ./node_modules/online-3d-viewer/libs/loaders/occt-import-js.js && del-cli ./node_modules/online-3d-viewer/libs/loaders/occt-import-js.license.md && del-cli ./node_modules/online-3d-viewer/libs/loaders/occt-import-js.wasm"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 370ceaf

Please sign in to comment.