Skip to content

Commit

Permalink
Add npm-install script
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Jun 28, 2023
1 parent c377e03 commit cf7ebd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"scripts": {
"build": "fse remove dist && tsc",
"npm-pull": "npm-pull",
"npm-release": "npm-release"
"npm-release": "npm-release",
"npm-install": "npm-install"
},
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand Down

0 comments on commit cf7ebd9

Please sign in to comment.