Skip to content

Commit

Permalink
Do not use build in the oc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
sgenoud committed Jul 6, 2024
1 parent 2e89f98 commit 1267f7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/replicad-opencascadejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ configuration files).
## Usage

```
pnpm build
pnpm buildWasm
```

You need to have a docker instance running and have run
Expand Down
2 changes: 1 addition & 1 deletion packages/replicad-opencascadejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"src"
],
"scripts": {
"build": "pnpm run generateConfig && pnpm run buildSingle && pnpm run buildWithExeptions",
"buildWasm": "pnpm run generateConfig && pnpm run buildSingle && pnpm run buildWithExeptions",
"updateDocker": "docker pull donalffons/opencascade.js",
"generateConfig": "ytt -f build-source/ --output-files build-config",
"buildSingle": "cd build-config; docker run -it --rm -v $(pwd):/src -u $(id -u):$(id -g) donalffons/opencascade.js custom_build_single.yml && mv replicad_single* ../src; cd -",
Expand Down

0 comments on commit 1267f7e

Please sign in to comment.