Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 666b316

Browse files
author
Matt Moran
committed
fix(sitemap): update package.json to generate sitemap during prepublish
update package.json to generate sitemap during prepublish
1 parent 3ae681b commit 666b316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"cypress": "cypress open",
1919
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
2020
"st:generate": "node scripts/st-generate.js",
21-
"prepublish": "stencil build --prod",
21+
"prepublish": "stencil build --prod && node scripts/build-sitemap.js",
2222
"firebase:deploy": "node scripts/deploy.js",
2323
"firebase:deploy:dev": "firebase use default && firebase deploy --token \"$FIREBASE_TOKEN\"",
2424
"firebase:deploy:prod": "firebase use production && firebase deploy --token \"$FIREBASE_TOKEN\""

0 commit comments

Comments
 (0)