Skip to content

Commit 84361dc

Browse files
TheZokeredgarmueller
authored andcommitted
Add create seed/example project and generate ui schema (#3)
* Add create seed project function to theia and vscode * Add create example project function to theia and vscode * Add generate UI schema function to theia and vscode
1 parent bf9b85b commit 84361dc

File tree

12 files changed

+4263
-6662
lines changed

12 files changed

+4263
-6662
lines changed

package-lock.json

+77-827
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
"scripts": {
33
"lerna": "lerna",
44
"postinstall": "npm run lernabootstrap && npm run lernainstall",
5-
"lernainstall": "lerna exec --no-bail --npm-ci-mode -- npm run postinstall",
5+
"lernainstall": "lerna exec --no-bail --npm-ci-mode -- npm run custominstall",
66
"lernabootstrap": "lerna bootstrap --npm-ci-mode --ignore-scripts",
77
"compile": "lerna run build"
88
},
99
"devDependencies": {
10-
"@theia/plugin": "^0.4.0-next.8c668434",
11-
"@theia/plugin-packager": "0.0.1-1539891078",
1210
"@types/node": "^10.12.10",
1311
"lerna": "^3.4.3",
1412
"rimraf": "2.6.2",

0 commit comments

Comments
 (0)