itemisCREATE / solidity-ide

Solidity plugin for Eclipse
Eclipse Public License 1.0
87 stars 25 forks source link

[#318] yarn install without --production flag #319

Closed fspiekermann closed 4 years ago

fspiekermann commented 4 years ago

If the --production flag is set, the devDepencies of npm will not be installed. But @theia/cli has to be a devDependency and is needed for the production.

Should fix #318