Skip to content

Commit

Permalink
feat: update scripts command
Browse files Browse the repository at this point in the history
  • Loading branch information
fengstats committed Jan 26, 2024
1 parent 18126c3 commit ff70550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"description": "",
"main": "index.js",
"scripts": {
"schema:build": "pnpm -F @earthworm/shared build",
"db:init": "drizzle-kit push:mysql",
"db:upload": "pnpm -F @earthworm/scripts-courses data:create && pnpm -F @earthworm/scripts-courses data:upload",
"db:update": "pnpm -F @earthworm/scripts-courses data:upload",
"schema:build": "pnpm -F @earthworm/shared build",
"serve:dev": "pnpm schema:build && pnpm -F api start:dev",
"client:dev": "pnpm -F client dev",
"dev:serve:": "pnpm schema:build && pnpm -F api start:dev",
"dev:client": "pnpm -F client dev",
"docker:start": "docker-compose up -d",
"docker:stop": "docker-compose stop",
"docker:delete": "docker-compose down",
Expand Down

0 comments on commit ff70550

Please sign in to comment.