Skip to content

Commit

Permalink
krankerl config
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Mar 9, 2021
1 parent 9bc60ce commit 66ebdb9
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
13 changes: 13 additions & 0 deletions .nextcloudignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.drone
.git
.github
.gitignore
.scrutinizer.yml
.travis.yml
.tx
krankerl.toml
screenshots
.nextcloudignore
Makefile
screenshots
node_modules
15 changes: 0 additions & 15 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,3 @@ CHANGELOG.md: node_modules

build/editor.js: $(sources) node_modules
node_modules/.bin/webpack --mode production

appstore: build/editor.js CHANGELOG.md
mkdir -p $(sign_dir)
rsync -a \
--exclude=.git \
--exclude=build/artifacts \
--exclude=.gitignore \
--exclude=Makefile \
--exclude=node_modules \
--exclude=screenshots \
--exclude=phpunit*xml \
$(project_dir) $(sign_dir)
tar -czf $(build_dir)/$(app_name).tar.gz \
-C $(sign_dir) $(app_name)
openssl dgst -sha512 -sign $(cert_dir)/$(app_name).key $(build_dir)/$(app_name).tar.gz | openssl base64
5 changes: 5 additions & 0 deletions krankerl.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[package]
before_cmds = [
"npm ci",
"npm run build",
]
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"@types/webpack-env": "^1.16.0",
"babel-loader": "^8.2.2",
"browserify": "^17.0.0",
"ch-log": "^1.1.0",
"css-loader": "^5.1.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^1.3.9",
Expand Down

0 comments on commit 66ebdb9

Please sign in to comment.