Skip to content

Commit

Permalink
fix instructions for updating quickjs version
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Feb 11, 2024
1 parent 8f09570 commit 2f4242f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ to build the C code. The Makefile is generated from a template in ./templates/Va

Related NPM scripts:

- `yarn update-quickjs` will sync the ./quickjs folder with a github repo tracking the upstream QuickJS.
- `yarn vendor:update` updates vendor/quickjs and vendor/quickjs-ng to the latest versions on Github.
- `yarn build:codegen` updates the ./packages from the template script `./prepareVariants.ts` and Variant.mk.
- `yarn build:packages` builds the variant packages in parallel.

Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ to build the C code. The Makefile is generated from a template in ./templates/Va

Related NPM scripts:

- `yarn update-quickjs` will sync the ./quickjs folder with a github repo tracking the upstream QuickJS.
- `yarn vendor:update` updates vendor/quickjs and vendor/quickjs-ng to the latest versions on Github.
- `yarn build:codegen` updates the ./packages from the template script `./prepareVariants.ts` and Variant.mk.
- `yarn build:packages` builds the variant packages in parallel.

Expand Down
2 changes: 1 addition & 1 deletion doc/quickjs-emscripten/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ to build the C code. The Makefile is generated from a template in ./templates/Va

Related NPM scripts:

- `yarn update-quickjs` will sync the ./quickjs folder with a github repo tracking the upstream QuickJS.
- `yarn vendor:update` updates vendor/quickjs and vendor/quickjs-ng to the latest versions on Github.
- `yarn build:codegen` updates the ./packages from the template script `./prepareVariants.ts` and Variant.mk.
- `yarn build:packages` builds the variant packages in parallel.

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"vendor:ng:subtree": "git subtree $ACTION --prefix=vendor/quickjs-ng --squash [email protected]:quickjs-ng/quickjs.git master",
"vendor:ng:pull": "ACTION=pull yarn vendor:ng:subtree",
"vendor:ng:add": "ACTION=add yarn vendor:ng:subtree",
"vendor:update": "yarn vendor:quickjs:pull && yarn vendor:ng:pull",
"smoketest-node": "yarn tarball && ./scripts/smoketest-node-minimal.ts && ./scripts/smoketest-node.ts",
"smoketest-cra": "yarn tarball && ./scripts/smoketest-create-react-app.ts",
"smoketest-vite": "yarn tarball && ./scripts/smoketest-vite.ts",
Expand Down

0 comments on commit 2f4242f

Please sign in to comment.