Skip to content

Commit 263e7f5

Browse files
committed
change package.json for deploy
1 parent 6a4787b commit 263e7f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"dev:mocking": "yarn workspace @ahhachul/one-app dev:mocking",
1616
"server:mocking": "yarn workspace @ahhachul/one-app server:mocking",
1717
"build:one-app": "nx build @ahhachul/one-app",
18-
"build:all": "nx run-many --target=build --all"
18+
"build:all": "nx run-many --target=build --all",
19+
"build:web": "nx build next.ahhachul.com"
1920
},
2021
"lint-staged": {
2122
"*.{ts,tsx}": "eslint --fix"

0 commit comments

Comments
 (0)