Skip to content

Commit 54f9d48

Browse files
chore: skip doc building
1 parent 7c0ae95 commit 54f9d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@
914914
"test:unit": "probs src",
915915
"test:integration": "node ./test/runTest.js",
916916
"test-watch:unit": "npx nodemon --exec npm run test:unit",
917-
"prepackage": "npm run build && node .github/workflows/preparePackage.js",
917+
"prepackage": "npm run build:binary && node .github/workflows/preparePackage.js",
918918
"package": "vsce package --baseImagesUrl https://raw.githubusercontent.com/pycom/pymakr-vsc/next/"
919919
},
920920
"devDependencies": {

0 commit comments

Comments
 (0)