Skip to content

Commit

Permalink
trying out nohoist for cli
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamez committed Nov 1, 2023
1 parent 7da1198 commit c50025a
Show file tree
Hide file tree
Showing 2 changed files with 6,510 additions and 119 deletions.
22 changes: 14 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dev": "netlify dev",
"start": "yarn run dev",
"lint": "eslint --ext .js,.vue website/src",
"build": "yarn run build:website",
"build": "yarn workspace website build",
"build:website": "cd website && yarn run build"
},
"devDependencies": {
Expand All @@ -16,14 +16,20 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.14.1"
"eslint-plugin-vue": "^9.14.1",
"netlify-cli": "^15.11.0"
},
"workspaces": {
"packages": [
"website",
"gbfs-validator",
"check-systems",
"functions"
],
"nohoist": [
"netlify-cli"
]
},
"workspaces": [
"website",
"gbfs-validator",
"check-systems",
"functions"
],
"engines": {
"npm": ">=8.0.0",
"node": ">=18.0.0"
Expand Down
Loading

0 comments on commit c50025a

Please sign in to comment.