We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e75e11 commit 75808f2Copy full SHA for 75808f2
apps/web/package.json
@@ -5,6 +5,7 @@
5
"description": "Task",
6
"license": "UNLICENSED",
7
"author": "Tal Rofe",
8
+ "type": "module",
9
"scripts": {
10
"start:dev": "vite -c ./vite.config.ts",
11
"build": "vite build -c ./vite.config.ts",
nx.json
@@ -23,7 +23,7 @@
23
"{projectRoot}/tsconfig.base.json",
24
"{workspaceRoot}/tsconfig.base.json"
25
],
26
- "dependsOn": ["^build"],
+ "dependsOn": [],
27
"outputs": []
28
},
29
"build": {
@@ -33,7 +33,7 @@
33
"{projectRoot}/index.html",
34
"{projectRoot}/public/**/*"
35
36
- "dependsOn": ["^build"]
+ "dependsOn": []
37
}
38
39
0 commit comments