Clean up ts-node script (#430)
Co-Authored-By: Davin <52686922+Frozies@users.noreply.github.com>
This commit is contained in:
parent
099ad18aaf
commit
a0d4ff7920
@ -40,7 +40,7 @@
|
||||
"start:server": "nx serve api --watch",
|
||||
"start:storybook": "nx run ui:storybook",
|
||||
"test": "nx test",
|
||||
"ts-node": "ts-node --compiler-options '{\"module\":\"CommonJS\"}'",
|
||||
"ts-node": "ts-node",
|
||||
"update": "nx migrate latest",
|
||||
"watch:server": "nx build api --watch",
|
||||
"watch:test": "nx test --watch",
|
||||
|
Loading…
x
Reference in New Issue
Block a user