cd5bd09c50
* fix: tsconfig * chore(versions): 😊 publish v0.7.1-alpha.1 * fix: update gitHead * fix: update gitHead * chore(versions): 😊 publish v0.7.1-alpha.2 * fix: update client/server entry file * chore(versions): 😊 publish v0.7.1-alpha.3 * fix: check core dir * fix: missing core dir * feat: relationship fields are loaded on demand
16 lines
274 B
JSON
16 lines
274 B
JSON
{
|
|
"version": "0.7.1-alpha.3",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"npmClientArgs": [
|
|
"--ignore-engines"
|
|
],
|
|
"command": {
|
|
"version": {
|
|
"forcePublish": true,
|
|
"exact": true,
|
|
"message": "chore(versions): 😊 publish %s"
|
|
}
|
|
}
|
|
}
|