Skip to content

Commit

Permalink
test(distro): verify distributable contents
Browse files Browse the repository at this point in the history
Related to #787
  • Loading branch information
nikku committed Jul 18, 2018
1 parent 2527988 commit e1b10d9
Show file tree
Hide file tree
Showing 3 changed files with 375 additions and 1 deletion.
184 changes: 184 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"clean": "del 'distro/*' app/public",
"dev": "run-p *:dev",
"distro": "node tasks/distro.js",
"build": "run-s client:build \"distro -- {@}\" --",
"distro:test-archives": "node tasks/test-distro.js",
"build": "run-s client:build \"distro -- {@}\" \"distro:test-archives -- {@}\" --",
"lint": "eslint .",
"postinstall": "lerna bootstrap",
"release": "lerna publish",
Expand All @@ -32,6 +33,7 @@
"archiver": "^2.1.1",
"chai": "^4.1.2",
"cpx": "^1.5.0",
"decompress": "^4.2.0",
"del": "^3.0.0",
"del-cli": "^1.1.0",
"electron": "^2.0.2",
Expand Down
Loading

0 comments on commit e1b10d9

Please sign in to comment.