Skip to content

Commit fe648bc

Browse files
committed
fix: remove prepare script
1 parent 09fc8cf commit fe648bc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/vscode-extension-ci/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"clean": "rm -rf dist",
1414
"test": "echo \"Tests not yet implemented\"",
1515
"lint": "eslint src --ext .ts",
16-
"prepare": "npm run build",
1716
"prepublishOnly": "npm run build"
1817
},
1918
"files": [
@@ -55,4 +54,4 @@
5554
"engines": {
5655
"node": ">=22.0.0"
5756
}
58-
}
57+
}

0 commit comments

Comments
 (0)