We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c197f commit 8a8c1c7Copy full SHA for 8a8c1c7
1 file changed
scripts/publish.ts
@@ -8,8 +8,9 @@ export default async function publish() {
8
finishedDescription: 'Prepared',
9
});
10
11
- cmd.run('npm publish dist/src', {
+ cmd.run('npm publish', {
12
loadingDescription: 'Publishing',
13
finishedDescription: 'Published',
14
+ dir: 'dist/src',
15
16
}
0 commit comments