Skip to content

Commit

Permalink
ci(publish): ensure dist directory exists
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpi committed Oct 19, 2022
1 parent 8501650 commit 76b82d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"scripts": {
"vscode:prepublish": "pnpm run build",
"package": "pnpm vsce package --no-dependencies --no-yarn --out dist/caddyfile-support.vsix",
"package": "mkdir dist; pnpm vsce package --no-dependencies --no-yarn --out dist/caddyfile-support.vsix",
"build": "turbo run build",
"dev": "turbo run dev --no-cache --parallel --continue",
"lint": "turbo run lint",
Expand Down

0 comments on commit 76b82d1

Please sign in to comment.