Browse Source

Fix script

pull/1885/head
Thomas 2 years ago
parent
commit
f79110ead5
  1. 2
      package.json

2
package.json

@ -44,7 +44,7 @@
"start:server": "nx run api:serve --watch",
"start:storybook": "nx run ui:storybook",
"test": "npx dotenv-cli -e .env.example -- nx test",
"test:single": "nx test --test-file portfolio-calculator-novn-buy-and-sell.spec.ts",
"test:single": "nx run api:test --test-file portfolio-calculator-novn-buy-and-sell.spec.ts",
"ts-node": "ts-node",
"update": "nx migrate latest",
"watch:server": "nx run api:build --watch",

Loading…
Cancel
Save