Skip to content

Commit 5bd4483

Browse files
author
mrzapp
committed
Updated build script
1 parent 0e78b96 commit 5bd4483

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Cookbook</name>
66
<summary>An integrated cookbook using schema.org JSON files as recipes</summary>
77
<description><![CDATA[A library for all your recipes. It uses JSON files following the schema.org recipe format. To add a recipe to the collection, you can paste in the URL of the recipe, and the provided web page will be parsed and downloaded to whichever folder you specify in the app settings.]]></description>
8-
<version>0.7.0</version>
8+
<version>0.7.1</version>
99
<licence>agpl</licence>
1010
<author mail="[email protected]" >Jeppe Zapp</author>
1111
<namespace>Cookbook</namespace>

draft-release.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
#!/bin/bash
22

3+
echo ""
4+
echo "Building..."
5+
echo ""
6+
7+
npm install
8+
npm run build
9+
310
echo ""
411
echo "Creating archive..."
512
echo ""

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextcloud-cookbook",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "",
55
"main": "src/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)