Skip to content

Commit

Permalink
chore(dbml-ext): added command for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
BOCOVO committed Jun 16, 2024
1 parent 507da6b commit 85df899
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dbml-vs-code-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
"build": "vite build && yarn run generate:css",
"package": "yarn run build",
"preview": "vite preview",
"create:package": "vsce package",
"publish": "vsce publish",
"generate:css": "cd ../json-table-schema-visualizer && npx tailwindcss -i ./src/styles/index.css > ../dbml-vs-code-extension/dist/webview/assets/index.css --minify"
},
"devDependencies": {
Expand Down

0 comments on commit 85df899

Please sign in to comment.