Skip to content

Commit

Permalink
chore: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Mar 30, 2018
1 parent f7e2bce commit 509534a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@
"lint": "eslint src --fix",
"dev": "run-p watch:*",
"build": "run-p build:*",
"pub": "sh build/release.sh",
"pub": "sh ./scripts/release.sh",
"dev:test": "jest --watch",
"test": "jest --coverage",
"deploy:docs":
"gh-pages -d website/dist -t -r git@github.com:QingWei-Li/laue.git",
"deploy": "sh ./scripts/release.sh"
"gh-pages -d website/dist -t -r git@github.com:QingWei-Li/laue.git"
},
"repository": "QingWei-Li/laue",
"files": ["dist", "src"],
Expand Down

0 comments on commit 509534a

Please sign in to comment.