Skip to content

Commit

Permalink
Add release task
Browse files Browse the repository at this point in the history
  • Loading branch information
hernansartorio committed May 8, 2020
1 parent 92ec4e0 commit 9bafc46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"build:website": "rm -rf build-website/* && parcel build website/index.html -d build-website --experimental-scope-hoisting --no-content-hash && cp website/CNAME build-website/CNAME",
"deploy": "gh-pages -d build-website",
"lint": "eslint --cache --format codeframe src test website",
"release": "yarn run build && np",
"test": "jest",
"test:watch": "jest --watch"
},
Expand Down

0 comments on commit 9bafc46

Please sign in to comment.