Skip to content

Commit

Permalink
Merge pull request #3 from dataesr/dependencies
Browse files Browse the repository at this point in the history
fix(scripts): Add npm dependencies for windows
  • Loading branch information
miarkt authored Mar 7, 2024
2 parents 1725dfd + 6a73f4b commit 32f53d7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
21 changes: 21 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "datasupr",
"private": true,
"version": "1.0.0",
"version": "1.0.0",
"type": "module",
"workspaces": [
"client",
Expand All @@ -26,5 +26,8 @@
"server-win": "npm -w server run dev-win",
"start": "npm run dev",
"start-win": "npm run dev-win"
},
"optionalDependencies": {
"win-node-env": "^0.6.1"
}
}
}

0 comments on commit 32f53d7

Please sign in to comment.