Skip to content

Commit 88c3d5a

Browse files
authored
add packageManager field in package.json (#3654)
1 parent 56c6f45 commit 88c3d5a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@
2929
"pre-commit": "lint-staged"
3030
}
3131
},
32-
"engines": {
33-
"npm": "please_use_yarn_instead"
34-
},
32+
"packageManager": "[email protected]",
3533
"scripts": {
3634
"build": "yarn build-clean && yarn tsc && yarn build:nontsc",
3735
"build-bundles": "yarn prebuild-bundles && yarn wsrun:noexamples --stages build-bundles",

0 commit comments

Comments
 (0)