Skip to content

Commit 0c20d16

Browse files
committed
chore: leverage npm workspaces in package.json
1 parent 3490678 commit 0c20d16

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
"readme": "https://github.com/Code-Forge-Net/Remix-Dev-Tools#readme",
3535
"scripts": {
3636
"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 ../..",
37+
"remix": "npm run dev -w remix-app-for-testing",
3938
"dev": "npm-run-all -s build:dev -p remix vite",
4039
"build:dev": "vite build -m development",
4140
"build": "vite build",

0 commit comments

Comments
 (0)