forked from specta-rs/rspc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Format front-end packages - Update front-end packages dependencies - Remove rollup and broken tests - Remove Solid and vscode packages
- Loading branch information
1 parent
55baa52
commit 9438c13
Showing
54 changed files
with
1,742 additions
and
8,149 deletions.
There are no files selected for viewing
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
github: [oscartbeaumont] | ||
custom: ["https://paypal.me/oscartbeaumont"] | ||
custom: ['https://paypal.me/oscartbeaumont'] |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
- package-ecosystem: 'github-actions' | ||
directory: '/' | ||
schedule: | ||
interval: "weekly" | ||
interval: 'weekly' |
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ on: | |
push: | ||
branches: [main] | ||
paths-ignore: | ||
- "docs/**" | ||
- 'docs/**' | ||
pull_request: | ||
branches: [main] | ||
paths-ignore: | ||
- "docs/**" | ||
- 'docs/**' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
|
@@ -26,7 +26,7 @@ jobs: | |
- name: Install NodeJS | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: "16" | ||
node-version: '16' | ||
|
||
- name: Install pnpm | ||
uses: pnpm/[email protected] | ||
|
@@ -84,8 +84,8 @@ jobs: | |
|
||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: "16" | ||
cache: "pnpm" | ||
node-version: '16' | ||
cache: 'pnpm' | ||
|
||
- name: Setup npmrc | ||
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc | ||
|
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.