Skip to content

Commit 75808f2

Browse files
committedFeb 22, 2024·
chore: 🤖 update NX config
update NX config
1 parent 2e75e11 commit 75808f2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎apps/web/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"description": "Task",
66
"license": "UNLICENSED",
77
"author": "Tal Rofe",
8+
"type": "module",
89
"scripts": {
910
"start:dev": "vite -c ./vite.config.ts",
1011
"build": "vite build -c ./vite.config.ts",

‎nx.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"{projectRoot}/tsconfig.base.json",
2424
"{workspaceRoot}/tsconfig.base.json"
2525
],
26-
"dependsOn": ["^build"],
26+
"dependsOn": [],
2727
"outputs": []
2828
},
2929
"build": {
@@ -33,7 +33,7 @@
3333
"{projectRoot}/index.html",
3434
"{projectRoot}/public/**/*"
3535
],
36-
"dependsOn": ["^build"]
36+
"dependsOn": []
3737
}
3838
}
3939
}

0 commit comments

Comments
 (0)
Please sign in to comment.