1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
Sebastian Malton
5257a3a43a unignore package-lock.json files, make command should be suffiently sub-shelled
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2020-11-13 10:16:30 -05:00
Sebastian Malton
f2a3710d04 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.

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2020-11-13 10:16:15 -05:00
Roman
32ca885596
License extension (#1174)
* License menu item should come from an extension #1141

Signed-off-by: Roman <ixrock@gmail.com>

* fix: expose `Util.openExternal` via extensions-api

Signed-off-by: Roman <ixrock@gmail.com>

* move LICENSE back to root

Signed-off-by: Roman <ixrock@gmail.com>
2020-11-02 13:03:00 +02:00