1
0
mirror of https://github.com/lensapp/lens.git synced 2024-09-20 22:07:31 +03:00
lens/extensions/node-menu
Sebastian Malton 648dbfee98
Remove Makefile from all intree extensions (#1312)
* Remove Makefile from all intree extensions

- Makefiles are not really common (rightly so) in JS projects and script
  entries in the package.json are good enough and what they're there
  for.

- Move to using yarn for installing dependencies and running scripts as
  that is what we mostly use for the rest of the project.

- Move from using make syntax to a dedicated script for building and
  testing extensions.

- add jest as extension devDep, go back to using makefile foreach syntax

- add correct exit code

- add yarn check call to install-deps

- add yarn invokation to find deps

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2020-11-13 12:32:15 -05:00
..
src Get rid of this.disposers while registering stuff in extensions (#1148) 2020-10-27 17:07:21 +02:00
package-lock.json Remove Makefile from all intree extensions (#1312) 2020-11-13 12:32:15 -05:00
package.json Remove Makefile from all intree extensions (#1312) 2020-11-13 12:32:15 -05:00
renderer.tsx Get rid of this.disposers while registering stuff in extensions (#1148) 2020-10-27 17:07:21 +02:00
tsconfig.json npm package publish preparations (#1150) 2020-10-27 13:02:31 +02:00
webpack.config.js Allow extensions to register kube-object menus + details (#1108) 2020-10-22 21:41:20 +03:00
yarn.lock Remove Makefile from all intree extensions (#1312) 2020-11-13 12:32:15 -05:00