Skip to content

Commit

Permalink
Add build script
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Apr 16, 2024
1 parent 90fc269 commit 46b6ea1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
File renamed without changes.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"description": "xToken monorepo.",
"private": true,
"scripts": {
"build:xtoken-ui": "",
"build:all": "lerna run build",
"build:xtoken-home": "lerna run build --scope=xtoken-home",
"build:xtoken-ui": "lerna run build --scope=xtoken-ui",
"prepare": "husky"
},
"repository": {
Expand Down

0 comments on commit 46b6ea1

Please sign in to comment.