Skip to content

Commit

Permalink
chore: update playground (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
chizukicn committed Sep 26, 2023
1 parent 6c921b8 commit b72ab27
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 23 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,14 @@
"lint:fix": "eslint . --fix",
"test": "vitest",
"test:update": "vitest --update",
"play": "npm -C playground run dev"
"play": "vite playground",
"deploy": "vite build playground"
},
"devDependencies": {
"@antfu/eslint-config": "^0.41.0",
"@babel/types": "^7.22.11",
"@types/node": "^20.5.9",
"@vitejs/plugin-vue": "^4.3.4",
"bumpp": "^9.2.0",
"eslint": "^8.48.0",
"typescript": "5.1.6",
Expand Down
20 changes: 0 additions & 20 deletions playground/package.json

This file was deleted.

3 changes: 3 additions & 0 deletions pnpm-lock.yaml

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

2 changes: 0 additions & 2 deletions pnpm-workspace.yaml

This file was deleted.

0 comments on commit b72ab27

Please sign in to comment.