Skip to content

Commit

Permalink
Restored sitemap script
Browse files Browse the repository at this point in the history
  • Loading branch information
agorilla committed Sep 29, 2018
1 parent b4d12d1 commit e1c9c1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"start": "npm run dev",
"dev": "gulp watch webpack & ./node_modules/.bin/http-server dist --push-state -s -c-1",
"prod": "gulp clean:dist && gulp copy && NODE_ENV=production webpack && npm run sitemap",
"upload": "gulp ssh:check && npm run prod && gulp ssh:deploy"
"upload": "gulp ssh:check && npm run prod && gulp ssh:deploy",
"sitemap": "node ./scripts/sitemap.js"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
Expand Down

0 comments on commit e1c9c1e

Please sign in to comment.