Skip to content

Commit

Permalink
ci(product): predeploy script
Browse files Browse the repository at this point in the history
Script for make build before deploy
  • Loading branch information
Pavel Klochkov committed Dec 10, 2018
1 parent eb2fcdc commit 061fca2
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 @@ -9,6 +9,7 @@
"test": "./node_modules/.bin/jest --no-cache --no-watchman",
"test:watch": "./node_modules/.bin/jest --watch",
"test:coverage": "jest --coverage",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"prettier": "prettier --write \"src/**/*.{ts,tsx}\"",
"lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'",
Expand Down

0 comments on commit 061fca2

Please sign in to comment.