mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix jest script
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"scripts": {
|
||||
"build": "rimraf dist && rollup --config --bundleConfigAsCjs",
|
||||
"test": "yarn snap:ci",
|
||||
"jest": "tsc && ts-node \"$(yarn --silent which jest)\"",
|
||||
"jest": "tsc && ts-node node_modules/.bin/jest",
|
||||
"snap": "node ../snap/dist/main.js",
|
||||
"snap:build": "yarn workspace snap run build",
|
||||
"snap:ci": "yarn snap:build && yarn snap",
|
||||
|
||||
Reference in New Issue
Block a user