Skip to content

Commit

Permalink
fix: start script not running
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik committed Sep 30, 2022
1 parent 62d7bf3 commit 32fc6cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "@nrwl/workspace/presets/npm.json",
"npmScope": "impler",
"npmScope": "@impler",
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/nx-cloud",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"clean": "pnpm run prebuild",
"lint": "nx run-many --target=lint --all",
"start:dev": "cross-env TZ=UTC nx run-many --target=start:dev --parallel --projects=@impler/api,@impler/dal",
"start:dev": "cross-env TZ=UTC nx run-many --target=start --parallel --projects=@impler/api,@impler/dal",
"start:dal": "cross-env nx run @impler/dal:start",
"start:api": "cross-env nx run @impler/api:start",
"prebuild": "nx run-many --target=prebuild --all",
Expand Down

0 comments on commit 32fc6cf

Please sign in to comment.