Skip to content

Commit

Permalink
more publishing fun
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Jul 24, 2024
1 parent 308c4a0 commit 6333b9d
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 @@ -10,7 +10,7 @@
"docs": "npm-run-all -s mdsnippets vitepress-dev",
"docs-build": "npm-run-all -s mdsnippets vitepress-build",
"deploy": "netlify deploy",
"deploy:prod": "netlify deploy --prod --build"
"deploy:prod": "npm run docs-build && netlify deploy --prod"
},
"devDependencies": {
"@mermaid-js/mermaid-mindmap": "^9.3.0",
Expand Down

0 comments on commit 6333b9d

Please sign in to comment.