Skip to content

Commit c1faf95

Browse files
ppatel221sindresorhus
authored andcommitted
Fix typo in precompiling-with-webpack.md (#1625)
1 parent 4e8f827 commit c1faf95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/precompiling-with-webpack.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ npm scripts:
222222
{
223223
"scripts": {
224224
"precompile-src": "cross-env NODE_ENV=test babel src --out-dir _src",
225-
"precompile-tests": "cross-env NODE_ENV=test webpack --config webpack.config.test.js",
225+
"precompile-tests": "cross-env NODE_ENV=test webpack --config webpack.config.js",
226226
"pretest": "npm run precompile-src && npm run precompile-tests",
227227
"test": "cross-env NODE_ENV=test nyc --cache ava _build"
228228
}

0 commit comments

Comments
 (0)