We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3490678 commit 0c20d16Copy full SHA for 0c20d16
1 file changed
package.json
@@ -34,8 +34,7 @@
34
"readme": "https://github.com/Code-Forge-Net/Remix-Dev-Tools#readme",
35
"scripts": {
36
"prepublishOnly": "npm run build",
37
- "remix": "cd ./src/remix-app-for-testing && npm run dev",
38
- "setup": "npm install && cd ./src/remix-app-for-testing && npm install && cd ../..",
+ "remix": "npm run dev -w remix-app-for-testing",
39
"dev": "npm-run-all -s build:dev -p remix vite",
40
"build:dev": "vite build -m development",
41
"build": "vite build",
0 commit comments