parent
f6430895c7
commit
1dd8711512
2 changed files with 2 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -88,6 +88,7 @@ devel-install: $(WEBPACK_TEST)
|
||||||
# ship a stub node_modules/ so that `make` works without re-running `npm install`
|
# ship a stub node_modules/ so that `make` works without re-running `npm install`
|
||||||
dist-gzip: NODE_ENV=production
|
dist-gzip: NODE_ENV=production
|
||||||
dist-gzip: all cockpit-$(PACKAGE_NAME).spec
|
dist-gzip: all cockpit-$(PACKAGE_NAME).spec
|
||||||
|
if type appstream-util >/dev/null 2>&1; then appstream-util validate-relax --nonet *.metainfo.xml; fi
|
||||||
mv node_modules node_modules.release
|
mv node_modules node_modules.release
|
||||||
mkdir -p $(NODE_MODULES_TEST)
|
mkdir -p $(NODE_MODULES_TEST)
|
||||||
touch -r package.json $(NODE_MODULES_TEST)
|
touch -r package.json $(NODE_MODULES_TEST)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<component type="addon">
|
<component type="addon">
|
||||||
<id>org.cockpit-project.starter-kit</id>
|
<id>org.cockpit-project.starter-kit</id>
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue