Skip to content
This repository was archived by the owner on Feb 19, 2023. It is now read-only.

Commit 56fd1ae

Browse files
committed
Remove yarn from package.json
1 parent 065508e commit 56fd1ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,11 @@
163163
]
164164
},
165165
"scripts": {
166-
"vscode:prepublish": "yarn run compile",
166+
"vscode:prepublish": "npm run compile",
167167
"compile": "tsc -p ./",
168168
"lint": "eslint src --ext ts",
169169
"watch": "tsc -watch -p ./",
170-
"pretest": "yarn run compile && yarn run lint",
170+
"pretest": "npm run compile && npm run lint",
171171
"test": "node ./out/test/runTest.js"
172172
},
173173
"dependencies": {

0 commit comments

Comments
 (0)