We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 480a319 commit 4c2157cCopy full SHA for 4c2157c
package.json
@@ -6,7 +6,7 @@
6
"typings": "lib/index.d.ts",
7
"jsnext:main": "lib-esm/index.js",
8
"scripts": {
9
- "patch": "patch -N -r - -p1 < node_modules/enzyme-context-patch/patches/enzyme-adapter-react-16+1.1.1.patch || true",
+ "patch": "patch -N -r patch.rej -p1 < node_modules/enzyme-context-patch/patches/enzyme-adapter-react-16+1.1.1.patch || true && shx rm -f patch.rej",
10
"test": "npm run patch && NODE_ENV=production jest --silent",
11
"test:downstream": "npm run build && test_downstream_projects",
12
"start": "cross-env NODE_ENV=development webpack-dev-server --host 0.0.0.0 --port 8000 --config ./examples/typescript/webpack.config.js --history-api-fallback --content-base examples/typescript",
0 commit comments