che-server/workspace-loader
Gerben Oolbekkink fd9c74c806
Remove npm from native workspace loader build.
The workspace loader uses yarn since #10694, but this was not added to
the native build.

Uses npx to not have a dependency on an installed yarn version, specify
the same yarn version as the Dockerfile does.

Signed-off-by: Gerben Oolbekkink <g.j.w.oolbekkink@gmail.com>
2019-03-20 23:52:44 +01:00
..
src Don't restart workspace in case of errors (#12860) 2019-03-13 12:31:57 +02:00
test Don't restart workspace in case of errors (#12860) 2019-03-13 12:31:57 +02:00
.dockerignore CHE-10656: persist 'yarn.lock' with fixed dependency versions (#10694) 2018-08-13 09:28:50 +03:00
.gitignore Fix workspace-loader application build (#10572) 2018-07-30 14:25:35 +03:00
Dockerfile Update version of 'webpack-dev-server', migrate to webpack 4 (#12580) 2019-02-06 10:33:27 +02:00
assembly.xml CHE-10538: improves workspace loader (#10642) 2018-08-07 13:18:10 +03:00
package.json Try to fix loader (#12802) 2019-03-04 16:42:57 +02:00
pom.xml Remove npm from native workspace loader build. 2019-03-20 23:52:44 +01:00
tsconfig.json Workspace loader (#8838) 2018-03-05 14:04:49 +02:00
tslint.json Workspace loader (#8838) 2018-03-05 14:04:49 +02:00
webpack.common.js CHE-10538: improves workspace loader (#10642) 2018-08-07 13:18:10 +03:00
webpack.dev.js Don't restart workspace in case of errors (#12860) 2019-03-13 12:31:57 +02:00
webpack.prod.js Update version of 'webpack-dev-server', migrate to webpack 4 (#12580) 2019-02-06 10:33:27 +02:00
yarn.lock Try to fix loader (#12802) 2019-03-04 16:42:57 +02:00