Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Oct 26, 2023
1 parent f46a19b commit 70a0dd3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 140 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml → .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ concurrency:
cancel-in-progress: true

jobs:
main:
deploy:
if: "contains(github.event.head_commit.message, 'deploy')"
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -25,7 +26,7 @@ jobs:

- name: Install Dependencies
run: |
pnpm install --no-frozen-lockfile
pnpm install
- name: Build
run: |
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,7 @@
"conventional-changelog-cli": "^4.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.51.0",
"execa": "^8.0.1",
"npm-run-all": "^4.1.5",
"playwright-chromium": "^1.39.0",
"rollup": "^4.1.4",
"simple-git-hooks": "^2.9.0",
"taze": "^0.11.4",
"tsup": "^7.2.0",
Expand Down
12 changes: 2 additions & 10 deletions playground/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"target": "ES2020",
"jsx": "preserve",
"module": "ESNext",
"moduleResolution": "Node",
"baseUrl": ".",
"paths": {
"~utils": ["./test-utils.ts"]
},
"types": ["vite/client", "node"],
"resolveJsonModule": true,
"allowJs": true,
"outDir": "dist",
"esModuleInterop": true,
"noUnusedLocals": true,
"skipLibCheck": true
"strict": false
},
"include": ["."],
"exclude": ["**/dist/**"]
Expand Down
125 changes: 0 additions & 125 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 70a0dd3

Please sign in to comment.