Browse Source

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
commit
a0d4ff7920
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json

2
package.json

@ -40,7 +40,7 @@
"start:server": "nx serve api --watch", "start:server": "nx serve api --watch",
"start:storybook": "nx run ui:storybook", "start:storybook": "nx run ui:storybook",
"test": "nx test", "test": "nx test",
"ts-node": "ts-node --compiler-options '{\"module\":\"CommonJS\"}'", "ts-node": "ts-node",
"update": "nx migrate latest", "update": "nx migrate latest",
"watch:server": "nx build api --watch", "watch:server": "nx build api --watch",
"watch:test": "nx test --watch", "watch:test": "nx test --watch",

Loading…
Cancel
Save