Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit f2adc98

Browse filesBrowse files
committed
fix: make sure to build before publishing
1 parent 75dca1e commit f2adc98
Copy full SHA for f2adc98

1 file changed

+1Lines changed: 1 addition & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎package.json‎

Copy file name to clipboardExpand all lines: package.json
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"test": "gulp compile && mocha --timeout 10000 -u tdd ./out/tests/",
2020
"nodemon": "nodemon --debug --nolazy ./dist/nodeDebug.js --server=4711",
2121
"prepublish": "gulp build",
22+
"vscode:prepublish": "gulp build",
2223
"package": "gulp prepare-for-webpack && webpack --mode production --vscode-nls && vsce package --yarn",
2324
"publish": "gulp prepare-for-webpack && webpack --mode production --vscode-nls && vsce publish",
2425
"bump": "npm version patch -m 'bump to %s'",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.