Skip to content

Commit

Permalink
fix: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelyhentxi committed Jan 28, 2025
1 parent 91e569a commit fc1a8b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dev": "npm-run-all -p dev:proxy dev:outposts-web",
"dev:proxy": "npm run start -w dev-proxy",
"dev:outposts-web": "nx serve outposts-web",
"build:outposts-web": "nx build outposts-web",
"lint:outposts-web": "nx lint outposts-web"
"build:outposts-web": "npx --yes nx build outposts-web",
"lint:outposts-web": "npx --yes nx lint outposts-web"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit fc1a8b1

Please sign in to comment.