Skip to content

Commit

Permalink
fix typo in yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
philippotto committed Oct 29, 2017
1 parent a8c8a53 commit 5baef01
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 @@ -67,7 +67,7 @@
"scripts": {
"start": "node server.js",
"build":
"BABEL_ENV=production ./node_modules/.bin/webpack --config webpack.config.production.js && node prerender.js",
"BABEL_ENV=production ./node_modules/.bin/webpack --config webpack.config.production.js && node pre-render.js",
"lint": "./node_modules/.bin/eslint .",
"test": "node_modules/karma/bin/karma start --single-run --browsers PhantomJS",
"pretty": "node_modules/.bin/prettier --write --config .prettierrc \"app/scripts/**/*.js\""
Expand Down

0 comments on commit 5baef01

Please sign in to comment.