mirror of
https://github.com/logto-io/logto.git
synced 2025-01-13 21:30:30 -05:00
refactor(cli): remove dumb comment
This commit is contained in:
parent
0843e8fdfc
commit
e284b796cd
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"precommit": "lint-staged",
|
"precommit": "lint-staged",
|
||||||
"//": "Manually ln since `preserveSymlinks` in TSC doesn't work as expected",
|
|
||||||
"build": "rimraf lib && tsc -p tsconfig.build.json",
|
"build": "rimraf lib && tsc -p tsconfig.build.json",
|
||||||
"postbuild": "unlink ./lib/package.json && ln -s ../package.json ./lib/package.json",
|
"postbuild": "unlink ./lib/package.json && ln -s ../package.json ./lib/package.json",
|
||||||
"start": "node .",
|
"start": "node .",
|
||||||
|
|
Loading…
Add table
Reference in a new issue