Skip to content

Commit

Permalink
fix neoxp version
Browse files Browse the repository at this point in the history
  • Loading branch information
devhawk committed Jan 4, 2023
1 parent 9efe4c8 commit 385e45d
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 @@ -327,7 +327,7 @@
"scripts": {
"vscode:prepublish": "npm run compile-prod && npm run bundle-nxp",
"bundle-nxp": "npm run bundle-nxp-download && npm run bundle-nxp-extract",
"bundle-nxp-download": "shx rm -rf deps/nxp && shx mkdir -p deps/nxp && nwget \"https://github.com/neo-project/neo-express/releases/download/3.5.19/Neo.Express.3.5.19.nupkg\" -O deps/nxp/nxp.nupkg",
"bundle-nxp-download": "shx rm -rf deps/nxp && shx mkdir -p deps/nxp && nwget \"https://github.com/neo-project/neo-express/releases/download/3.5.20/Neo.Express.3.5.20.nupkg\" -O deps/nxp/nxp.nupkg",
"bundle-nxp-extract": "cd deps/nxp && extract-zip nxp.nupkg",
"compile": "npm run compile-ext && npm run compile-panel",
"compile-ext": "webpack --config src/extension/webpack.config.js --mode development",
Expand Down

0 comments on commit 385e45d

Please sign in to comment.