Clean up ts-node script (#430)

Co-Authored-By: Davin <52686922+Frozies@users.noreply.github.com>
pull/432/head
Thomas Kaul 3 years ago committed by GitHub
parent 099ad18aaf
commit a0d4ff7920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save