Skip to content

Commit 50e5b37

Browse files
committed
some workspace fixes
1 parent fe60235 commit 50e5b37

File tree

7 files changed

+5
-58
lines changed

7 files changed

+5
-58
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
cache: npm
2121

2222
- run: npm i
23+
- run: npx playwright install chromium --with-deps
2324
- run: npm run check
2425
- run: npm test
2526
- run: npm run attw

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Deploy to GitHub Pages
22

33
on:
4-
push:
5-
branches: [main]
4+
# push:
5+
# branches: [main]
66
workflow_dispatch:
77

88
jobs:

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22

33
# dependencies
4-
/node_modules
4+
node_modules
55
/.pnp
66
.pnp.js
77

.vscode/launch.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.vscode/react-query-builder.code-workspace

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,11 @@
1313
"path": "../website"
1414
},
1515
{
16-
"name": "🌩️ Vite Example",
16+
"name": " Vite Example",
1717
"path": "../examples/vite"
1818
}
1919
],
2020
"settings": {
21-
"files.exclude": {
22-
"website": true,
23-
"examples": true
24-
},
2521
"editor.codeActionsOnSave": {
2622
"quickfix.biome": "explicit",
2723
"source.organizeImports.biome": "explicit",

.vscode/tasks.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

examples/vite/.gitignore

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)