add clean target

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-05-24 08:06:19 -04:00
parent f08b707347
commit 756b933a1c
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
"redux": "^4.0.1"
},
"scripts": {
"clean": "rm -fr build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"deploy:ci": "node bin/gh-pages.js",