Skip to content

Commit

Permalink
Update deploying to surge process - only on master
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkp committed Jan 4, 2019
1 parent 021272f commit ffaf5d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -65,8 +65,9 @@
"test:coverage": "node cover.js && cat lcov.info | coveralls && rm lcov.info",
"demo": "npm run compile && browserify demo/Example.js -t -o demo/bundle.js",
"demo:watch": "npm run compile:watch & watchify demo/Example.js -t -o demo/bundle.js",
"demo:publish": "npm run compile && browserify demo/Example.js -t -o demo/bundle.js && surge demo react-calendar-pane.surge.sh && git commit -a -m 'Updated demo' && git push",
"prettier": "prettier --single-quote --trailing-comma es5 --write './{src,test,demo}/**/*.js'",
"release:patch": "npm test && npm run compile && npm version patch && git push"
"release:patch": "npm test && npm run compile && npm version patch && git push && npm publish"
},
"browserify": {
"transform": [
Expand Down

0 comments on commit ffaf5d0

Please sign in to comment.