Skip to content

Commit

Permalink
re order build
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki committed Jun 29, 2024
1 parent 10a9c29 commit f26fb66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@
"dev:widget": "yarn workspace @skip-go/widget run dev",
"dev:nextjs": "yarn workspace nextjs run dev",
"dev:core": "yarn workspace @skip-router/core run watch",
"build": "yarn run build:core && yarn run build:widget && yarn run build:nextjs",
"build": "yarn run build:core && yarn run chains && yarn run build:widget && yarn run build:nextjs",
"build:widget": "yarn workspace @skip-go/widget run build",
"build:nextjs": "yarn workspace nextjs build",
"build:core": "yarn workspace @skip-router/core codegen && yarn workspace @skip-router/core build",
"chains:update": "git submodule init && git submodule update --remote",
"chains:generate": "yarn workspace @skip-go/widget run chains:generate",
"chains": "yarn run chains:update && yarn run chains:generate",
"postinstall": "yarn run chains"
"chains": "yarn run chains:update && yarn run chains:generate"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
Expand Down

0 comments on commit f26fb66

Please sign in to comment.