Skip to content

Commit 2c352af

Browse files
authored
fix: remove leftover yarn references (#7723)
1 parent dd3bc70 commit 2c352af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/decap-server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"sideEffects": false,
1414
"scripts": {
1515
"build": "webpack",
16-
"prestart": "yarn build",
16+
"prestart": "npm run build",
1717
"start": "node dist/index.js",
1818
"develop": "nodemon --watch 'src/**/*.ts' --ignore 'src/**/*.spec.ts' --exec 'ts-node' --files src/index.ts",
1919
"test": "jest",
20-
"test:watch": "yarn test --watch",
21-
"test:coverage": "yarn test --coverage"
20+
"test:watch": "jest --watch",
21+
"test:coverage": "jest --coverage"
2222
},
2323
"dependencies": {
2424
"@hapi/joi": "^17.0.2",

0 commit comments

Comments
 (0)