We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50cce52 commit 013c4e5Copy full SHA for 013c4e5
conductor.json
@@ -1,6 +1,6 @@
1
{
2
"scripts": {
3
- "setup": "",
4
- "run": ""
+ "setup": "npm i",
+ "run": "npm run dev"
5
}
6
-}
+}
0 commit comments