Skip to content

Commit

Permalink
🚧 chore(package.json): update script to update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gleisonkz committed May 31, 2022
1 parent 27998ef commit a6b1ff9
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 @@ -42,7 +42,7 @@
},
"scripts": {
"vscode:prepublish": "npm run compile",
"update-package-json": "node ./src/scripts/precompile.js",
"update-package-json": "node ./out/scripts/precompile.js",
"preupdate-package-json": "npm run compile",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
Expand Down

0 comments on commit a6b1ff9

Please sign in to comment.