Skip to content

Commit

Permalink
* update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcastel50 committed Feb 12, 2025
1 parent 70aec4a commit c85df76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bldrs",
"version": "1.0.1255",
"version": "1.0.1259",
"main": "src/index.jsx",
"license": "AGPL-3.0",
"homepage": "https://github.com/bldrs-ai/Share",
Expand All @@ -10,11 +10,11 @@
"scripts": {
"preinstall": "node ./scripts/netlify-preinstall.js",
"build": "yarn build-conway",
"build-conway": "yarn clean && yarn build-share-conway && yarn build-share-copy-wasm-conway-MT && yarn build-cosmos",
"build-conway": "yarn clean && yarn build-share-conway && yarn build-cosmos",
"build-conway-debug": "yarn clean && yarn build-share-conway && yarn build-share-copy-wasm-conway-profile && yarn build-cosmos",
"build-webifc": "yarn clean && yarn build-share-webifc && yarn build-cosmos",
"build-cosmos": "shx mkdir -p docs && shx rm -rf docs/cosmos && cosmos-export --config .cosmos.config.json && shx mv cosmos-export docs/cosmos",
"build-share": "yarn update-version && node tools/esbuild/build.js && shx mkdir -p docs/static/js && shx cp src/OPFS/OPFS.worker.js docs/ && shx cp src/net/github/Cache.js docs/",
"build-share": "yarn update-version && node tools/esbuild/build.js && shx mkdir -p docs/static/js && shx cp src/OPFS/OPFS.worker.js docs/ && shx cp src/net/github/Cache.js docs/ && yarn build-share-copy-wasm-conway-MT",
"build-share-conway": "run-script-os",
"build-share-conway:win32": "set USE_WEBIFC_SHIM=true&& yarn build-share",
"build-share-conway:linux:darwin": "USE_WEBIFC_SHIM=true yarn build-share",
Expand Down

0 comments on commit c85df76

Please sign in to comment.