-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(starter): Avoid using
npx
in scripts (#1200)
Removes `npx` from the example scripts as npx [will fetch a remote package](https://docs.npmjs.com/cli/v8/commands/npx) by default if a local one is not found. There was an issue raised by someone who was running `npx pg-migrations blah blah` without the appropriate @databases/pg-migrations package installed which led to `npx` downloading the wrong `pg-migrations` package leading to confusing red herring errors. This way it ensures that scripts require the dependencies to be installed to run, and that they run with the specified versions.
- alco/e2e-test-for-sync-service-configuration
- (#1200)
- garry/consistent-permissions-management
- (#1200)
- garry/vax-1425-create-permissions-protobuf-definitions-and-write-validation
- (#1200)
- garry/vax-1905-move-setting-triggers-for-conflict-resolution-to-grant-write
- (#1200)
- ilia/vax-1920-direct-writes-only
- (#1200)
- ilia/vax-1929-direct-writes-only-docs
- (#1200)
- kevindp/updated-cli-and-drivers-docs
- (#1200)
- kevindp/vax-1940-drop-dal
- (#1200)
- kevindp/vax-1965-expose-converter-API
- (#1200)
- kevindp/vax-1992-monorepo-reorg
- (#1200)
- msfstef/add-docs-for-electrif-feature-cli-flag
- (#1200)
- msfstef/linearlite-permissions
- (#1200)
- msfstef/multi-tab-client
- (#1200)
- rob/memory-investigation
- (#1200)
- samwillis/web-bglite-example-canary
- (#1200)
- thruflo/update-docker-examples
- (#1200)
Showing
12 changed files
with
306 additions
and
315 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"create-electric-app": patch | ||
--- | ||
|
||
Remove usage of `npx` in template scripts to ensure correct package is used. |
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
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
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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