Skip to content

Commit 3903d64

Browse files
authored
chore: removed npm from package.json (#818)
1 parent 2c5ffc1 commit 3903d64

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@
3333
],
3434
"main": "./out/extension",
3535
"scripts": {
36-
"build": "npm run build:ts && npm run build:css",
37-
"build:css": "node-sass scss/ -o css/ --output-style compressed",
38-
"build:ts": "npx tsc -p ./",
39-
"compile": "npx tsc -watch -p ./",
36+
"build": "yarn run build:ts && yarn run build:css",
37+
"build:css": "yarn node-sass scss/ -o css/ --output-style compressed",
38+
"build:ts": "yarn tsc -p ./",
39+
"compile": "yarn tsc -watch -p ./",
4040
"lint": "eslint \"src/**/*.ts\"",
41-
"lint:fix": "npm run lint -- --fix",
41+
"lint:fix": "yarn run lint --fix",
4242
"organize": "node ./out/tools/organize.js",
4343
"semantic-release": "semantic-release --yarn",
44-
"style-check": "npx prettylint 'src/**/*.ts'",
45-
"style-fix": "npx prettier --write \"src/**/*.ts\"",
44+
"style-check": "yarn prettylint 'src/**/*.ts'",
45+
"style-fix": "yarn prettier --write \"src/**/*.ts\"",
4646
"test": "node ./out/test/runTest.js",
4747
"tools:genReadme": "node ./out/tools/generateConfigSectionForReadme.js",
48-
"vscode:prepublish": "npm run lint && npm run build",
49-
"watch:css": "npm run build:css -- -w"
48+
"vscode:prepublish": "yarn run lint && yarn run build",
49+
"watch:css": "yarn run build:css -w"
5050
},
5151
"dependencies": {
5252
"dayjs": "^1.8.20",

0 commit comments

Comments
 (0)