Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
package.json
|
@ -44,7 +44,7 @@ |
|
|
"start:server": "nx run api:serve --watch", |
|
|
"start:server": "nx run api:serve --watch", |
|
|
"start:storybook": "nx run ui:storybook", |
|
|
"start:storybook": "nx run ui:storybook", |
|
|
"test": "npx dotenv-cli -e .env.example -- nx test", |
|
|
"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", |
|
|
"ts-node": "ts-node", |
|
|
"update": "nx migrate latest", |
|
|
"update": "nx migrate latest", |
|
|
"watch:server": "nx run api:build --watch", |
|
|
"watch:server": "nx run api:build --watch", |
|
|