Skip to content

Commit 4f46888

Browse files
committed
fix vsce prepackage script
1 parent 57df060 commit 4f46888

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"publisher": "ngd-seattle",
44
"displayName": "Neo N3 Visual DevTracker",
55
"description": "A Neo N3 blockchain explorer that is directly available within Visual Studio Code",
6-
"version": "3.3.3-preview",
7-
"preview": true,
6+
"version": "0.0.0",
87
"icon": "resources/neo-logo.png",
98
"galleryBanner": {
109
"color": "#242424",
@@ -326,7 +325,7 @@
326325
}
327326
},
328327
"scripts": {
329-
"vscode:prepublish": "npm run compile",
328+
"vscode:prepublish": "npm run compile-prod && npm run bundle-nxp",
330329
"bundle-nxp": "npm run bundle-nxp-download && npm run bundle-nxp-extract",
331330
"bundle-nxp-download": "shx rm -rf deps/nxp && shx mkdir -p deps/nxp && nwget \"https://github.com/neo-project/neo-express/releases/download/3.3.21/Neo.Express.3.3.21.nupkg\" -O deps/nxp/nxp.nupkg",
332331
"bundle-nxp-extract": "cd deps/nxp && extract-zip nxp.nupkg",

0 commit comments

Comments
 (0)