Skip to content

Commit

Permalink
fix: build all
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Oct 24, 2023
1 parent 99ace43 commit 5221e6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"start": "nest start",
"dev": "npm -w @bangbang93/freyja-server run dev",
"pm2": "pm2 startOrReload process.json",
"build": "npm -ws run build",
"build": "npm -ws run build --if-present",
"test": "npm run lint && npm run build",
"lint": "eslint --ext .js,.ts,.vue .",
"snyk-protect": "snyk protect",
"migrate": "node dist/script/migrate.js",
"migrate": "node packages/server/dist/script/migrate.js",
"update-browserlist-db": "npx update-browserslist-db@latest"
},
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"build": "nest build",
"dev": "nest start --watch"
},
"dependencies": {
Expand Down

0 comments on commit 5221e6b

Please sign in to comment.