Update package config to publish dist

This commit is contained in:
Garrett Mills 2021-11-26 23:32:35 -06:00
parent 00fa0067aa
commit a131392574

View File

@ -17,7 +17,7 @@
"watch": "nodemon --watch src --ext ts,css --exec \"pnpm build && pnpm serve\""
},
"files": [
"lib/**/*"
"dist/**/*"
],
"prepare": "pnpm run build",
"postversion": "git push && git push --tags",