refactor: flatten the monorepo

This commit is contained in:
Eric Dubé
2024-06-08 01:07:42 -04:00
committed by GitHub
parent f88c4a5c9c
commit fa7bec3854
38 changed files with 218 additions and 340 deletions
+1 -2
View File
@@ -29,8 +29,7 @@
"start=gui": "nodemon --exec \"node dev-server.js\" ",
"start": "node run-selfhosted.js",
"build": "node ./build.js",
"check-translations": "node tools/check-translations.js",
"postinstall": "cd packages/phoenix && cd packages/contextlink && npm install && cd - && cd packages/strataparse && npm install && cd - && cd packages/pty && npm install"
"check-translations": "node tools/check-translations.js"
},
"workspaces": [
"packages/*"