Build: streamlined npm publish

This commit is contained in:
Aria Minaei 2021-06-28 13:35:06 +02:00
parent dfcd2814ae
commit 1724e2f030
4 changed files with 14 additions and 5 deletions

View file

@ -36,7 +36,7 @@
"dist/index.d.ts"
],
"scripts": {
"prepack": "cd .. && yarn run prepare"
"prepublish": "cd .. && yarn run ensure-publishing"
},
"sideEffects": true,
"dependencies": {
@ -45,4 +45,4 @@
"peerDependencies": {
"@theatre/core": "*"
}
}
}