Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cs50victor committed Jan 18, 2024
1 parent d5f6597 commit bf5a0ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 215 deletions.
213 changes: 0 additions & 213 deletions demo/components/Debug.tsx

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "",
"scripts": {
"prepare": "husky install",
"build": "pnpm --dir=meet build",
"dev": "concurrently --names 'WEB,SERVER' -c 'auto' \"pnpm --dir=meet dev\" \"cargo rr --bin lkgpt\"",
"build": "pnpm --dir=demo build",
"dev": "concurrently --names 'WEB,SERVER' -c 'auto' \"pnpm --dir=demo dev\" \"cargo rr --bin new_media\"",
"format": "concurrently --names 'fmt:web,fmt:rs,fmt:toml' -c 'auto' \"pnpm format:prettier\" \"pnpm format:rs\" \"pnpm format:toml\"",
"format:prettier": "prettier --write \"**/*.{js,ts,tsx}\"",
"format:rs": "cargo fmt --all",
Expand Down

0 comments on commit bf5a0ab

Please sign in to comment.