Update package config to publish dist

master
Garrett Mills 2 years ago
parent 00fa0067aa
commit a131392574

@ -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",

Loading…
Cancel
Save