Skip to content

Commit

Permalink
chore(scripts): 修复npm脚本命令丢失问题
Browse files Browse the repository at this point in the history
  • Loading branch information
czfadmin committed Apr 5, 2024
1 parent 8f7cc46 commit e15b139
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 @@ -283,7 +283,7 @@
]
},
"scripts": {
"vscode:prepublish": "yarn compile",
"vscode:prepublish": "yarn build",
"build": "webpack",
"watch": "webpack --watch",
"package": "cp -r src/templates ./out &&webpack --mode production --devtool hidden-source-map",
Expand Down

0 comments on commit e15b139

Please sign in to comment.