Skip to content

Commit 96a3985

Browse files
author
Loïc Guychard
committed
chore: typecheck and run tests in prepublish
1 parent 9760f4e commit 96a3985

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
@@ -72,7 +72,7 @@
7272
"build": "parcel build --no-minify --out-file sourcegraph-git-extras.js src/extension.ts",
7373
"symlink-package": "mkdirp dist && lnfs ./package.json ./dist/package.json",
7474
"serve": "npm run symlink-package && parcel serve --no-hmr --out-file sourcegraph-git-extras.js src/extension.ts",
75-
"sourcegraph:prepublish": "yarn run build"
75+
"sourcegraph:prepublish": "yarn typecheck && yarn test && yarn build"
7676
},
7777
"commitlint": {
7878
"extends": [

0 commit comments

Comments
 (0)