Deploy fixes
gitea/hedera-web/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2022-07-27 11:40:34 +02:00
parent 04b2e0ff50
commit d16a992c8a
5 changed files with 7 additions and 6 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.407.83) stable; urgency=low
hedera-web (1.407.84) stable; urgency=low
* Initial Release.

4
debian/rules vendored
View File

@ -6,12 +6,12 @@
dh $@
clean:
npm --production run clean
npm run clean
dh_clean $@
build:
npm install --no-audit --prefer-offline
npm --production run build
npm --omit=dev run build
mkdir build-deps
cp package.json package-lock.json build-deps

1
debian/source.lintian-overrides vendored Normal file
View File

@ -0,0 +1 @@
hedera-web: package-contains-npm-ignore-file

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "hedera-web",
"version": "1.407.83",
"version": "1.407.84",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "hedera-web",
"version": "1.407.83",
"version": "1.407.84",
"license": "GPL-3.0",
"dependencies": {
"js-yaml": "^3.12.1",

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.407.83",
"version": "1.407.84",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {