0
Fork 0
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:
Gao Sun 2022-10-13 14:42:29 +08:00
parent 0843e8fdfc
commit e284b796cd
No known key found for this signature in database
GPG key ID: 13EBE123E4773688

View file

@ -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 .",