Browse Source

Fix script (#1885)

pull/1898/head
Thomas Kaul 2 years ago
committed by GitHub
parent
commit
0464adccce
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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