generated from garrettmills/template-npm-typescript
Update package config to publish dist
This commit is contained in:
parent
00fa0067aa
commit
a131392574
@ -17,7 +17,7 @@
|
|||||||
"watch": "nodemon --watch src --ext ts,css --exec \"pnpm build && pnpm serve\""
|
"watch": "nodemon --watch src --ext ts,css --exec \"pnpm build && pnpm serve\""
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib/**/*"
|
"dist/**/*"
|
||||||
],
|
],
|
||||||
"prepare": "pnpm run build",
|
"prepare": "pnpm run build",
|
||||||
"postversion": "git push && git push --tags",
|
"postversion": "git push && git push --tags",
|
||||||
|
Loading…
Reference in New Issue
Block a user