Skip to content

Commit

Permalink
v0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdauth committed Apr 15, 2021
1 parent 1961a95 commit 986d62b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,23 @@
"name": "facilmap-root",
"private": true,
"workspaces": [
"types",
"client",
"frontend",
"utils",
"leaflet",
"server",
"types",
"utils"
"frontend",
"server"
],
"scripts": {
"lint": "eslint **/*.ts",
"clean": "cd client && yarn run clean && cd ../leaflet && yarn run clean && cd ../frontend && yarn run clean",
"build": "cd client && yarn run build && cd ../leaflet && yarn run build && cd ../frontend && yarn run build"
"clean": "yarn workspaces run clean",
"build": "yarn workspaces run build"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"eslint": "^7.21.0",
"eslint-plugin-import": "^2.22.1"
}
},
"version": "0.0.0"
}

0 comments on commit 986d62b

Please sign in to comment.