Skip to content

Commit 8ac6ef6

Browse files
authored
[fix] [frontend] upgrade pkg-root-plugin, and add rush update-api (#154)
* feat: upgrade pkg-root-webpack-plugin * feat: add rush update-api
1 parent d246f7a commit 8ac6ef6

File tree

7 files changed

+43
-201
lines changed

7 files changed

+43
-201
lines changed

common/config/rush/command-line.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@
7575
"safeForSimultaneousRushProcesses": true,
7676
"autoinstallerName": "rush-commitlint",
7777
"shellCommand": "export PRE_LINT='1' && rush lint-staged && cd common/autoinstallers/rush-commitlint && git cz"
78+
},
79+
{
80+
"name": "update-api",
81+
"commandKind": "global",
82+
"summary": "⭐️ Update api-schema",
83+
"shellCommand": "pushd frontend/packages/cozeloop/api-schema && npm run update && popd"
7884
}
7985
],
8086
"parameters": [

0 commit comments

Comments
 (0)