Skip to content

Commit

Permalink
fix(enzyme): fix enzyme patch leaving a file called '-'
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed May 25, 2018
1 parent 480a319 commit 4c2157c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"typings": "lib/index.d.ts",
"jsnext:main": "lib-esm/index.js",
"scripts": {
"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",
"test": "npm run patch && NODE_ENV=production jest --silent",
"test:downstream": "npm run build && test_downstream_projects",
"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",
Expand Down

0 comments on commit 4c2157c

Please sign in to comment.