mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-12-03 12:47:44 +08:00
0f4dd0b3ae
* feat: markdown support setting rendering engin * refactor: markdown * refactor: markdown * refactor: markdown * refactor: markdown * fix: bug * fix: bug * fix: bug * fix: markdown style * fix: markdown style * fix: bug
14 lines
264 B
JSON
14 lines
264 B
JSON
{
|
|
"version": "1.3.0-alpha",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"npmClientArgs": ["--ignore-engines"],
|
|
"command": {
|
|
"version": {
|
|
"forcePublish": true,
|
|
"exact": true,
|
|
"message": "chore(versions): 😊 publish %s"
|
|
}
|
|
}
|
|
}
|