mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -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": {
|
||||
"precommit": "lint-staged",
|
||||
"//": "Manually ln since `preserveSymlinks` in TSC doesn't work as expected",
|
||||
"build": "rimraf lib && tsc -p tsconfig.build.json",
|
||||
"postbuild": "unlink ./lib/package.json && ln -s ../package.json ./lib/package.json",
|
||||
"start": "node .",
|
||||
|
|
Loading…
Reference in a new issue