-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix instructions for updating quickjs version
- Loading branch information
Showing
4 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|