Skip to content

Commit

Permalink
Fix typo in precompiling-with-webpack.md (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppatel221 authored and sindresorhus committed Jan 3, 2018
1 parent 4e8f827 commit c1faf95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/precompiling-with-webpack.md
Expand Up @@ -222,7 +222,7 @@ npm scripts:
{
"scripts": {
"precompile-src": "cross-env NODE_ENV=test babel src --out-dir _src",
"precompile-tests": "cross-env NODE_ENV=test webpack --config webpack.config.test.js",
"precompile-tests": "cross-env NODE_ENV=test webpack --config webpack.config.js",
"pretest": "npm run precompile-src && npm run precompile-tests",
"test": "cross-env NODE_ENV=test nyc --cache ava _build"
}
Expand Down

0 comments on commit c1faf95

Please sign in to comment.