|
33 | 33 | ],
|
34 | 34 | "main": "./out/extension",
|
35 | 35 | "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 ./", |
40 | 40 | "lint": "eslint \"src/**/*.ts\"",
|
41 |
| - "lint:fix": "npm run lint -- --fix", |
| 41 | + "lint:fix": "yarn run lint --fix", |
42 | 42 | "organize": "node ./out/tools/organize.js",
|
43 | 43 | "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\"", |
46 | 46 | "test": "node ./out/test/runTest.js",
|
47 | 47 | "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" |
50 | 50 | },
|
51 | 51 | "dependencies": {
|
52 | 52 | "dayjs": "^1.8.20",
|
|
0 commit comments