Skip to content

Commit

Permalink
Fix build asset to exclude the build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
flekschas committed Nov 18, 2017
1 parent 00f81e5 commit 35519bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "higlass-app",
"description": "A fully-featured app for viewing, exploring, and annotating 1D and 2D genomic data",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -85,7 +85,7 @@
"scripts": {
"start": "npm run build-wiki && node scripts/start.js",
"build": "npm run build-wiki && node scripts/build.js",
"build-travis": "npm run build-wiki && node scripts/build.js && zip -r build.zip build",
"build-travis": "npm run build-wiki && node scripts/build.js && cd build && zip -r ../build.zip ./*",
"test": "npm run build-wiki",
"build-wiki": "npm run update-wiki && node scripts/wiki.js",
"update-wiki": "git submodule update --init --recursive --remote --merge"
Expand Down

0 comments on commit 35519bb

Please sign in to comment.