Skip to content

Commit

Permalink
fix: fix npm package not includes built files
Browse files Browse the repository at this point in the history
close #31
  • Loading branch information
liuweiGL committed May 21, 2022
1 parent bdbd92a commit 379624b
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 @@ -35,7 +35,7 @@
"dev": "vite",
"build": "vite build && tsc -p tsconfig.build.json",
"lint": "tsc -p tsconfig.build.json && eslint \"plugin/**/*.ts\" --color --quiet",
"release": "semantic-release"
"release": "npm run build && semantic-release"
},
"dependencies": {
"@octokit/rest": "^18.12.0",
Expand Down

0 comments on commit 379624b

Please sign in to comment.