Browse Source

Clean up ts-node script

Co-Authored-By: Davin <52686922+Frozies@users.noreply.github.com>
pull/430/head
Thomas 4 years ago
parent
commit
df2ca3de55
  1. 2
      package.json

2
package.json

@ -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