Skip to content

Commit

Permalink
Change scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ruilopesm committed Mar 1, 2023
1 parent 98b45bf commit 28b4b99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
9 changes: 3 additions & 6 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "npm run next:dev",
"build": "npm run next:build",
"dev": "next dev --port 3002",
"build": "next build",
"start": "next start",
"lint": "npm run lint:fix",
"lint:fix": "next lint --fix",
"lint:check": "next lint",
"next": "next",
"next:build": "next build",
"next:dev": "next dev --port 3002"
"lint:check": "next lint"
},
"dependencies": {
"@ant-design/cssinjs": "^1.5.6",
Expand Down
9 changes: 3 additions & 6 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "npm run next:dev",
"build": "npm run next:build",
"dev": "next dev --port 3000",
"build": "next build",
"start": "next start",
"lint": "npm run lint:fix",
"lint:fix": "next lint --fix",
"lint:check": "next lint",
"next": "next",
"next:build": "next build",
"next:dev": "next dev"
"lint:check": "next lint"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
Expand Down

0 comments on commit 28b4b99

Please sign in to comment.