Skip to content

Commit

Permalink
Fixes #32, documentation not getting deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Oct 25, 2018
1 parent d571fa5 commit f0386c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dev": "http-server . -o",
"postversion": "npm run build",
"postpublish": "npm run deploy",
"predeploy": "npm run copy",
"predeploy": "npm run copy && npm run docs",
"copy": "copyfiles -f \"node_modules/{pixi.js,pixi-layers}/dist/*.{js,map}\" demo/lib",
"deploy": "gh-pages -d . -s \"{demo,docs,lib}/**\"",
"start": "parallelshell \"npm run watch\" \"npm run dev\""
Expand Down

0 comments on commit f0386c6

Please sign in to comment.