Skip to content

Commit

Permalink
tidy up. edits postinstall path
Browse files Browse the repository at this point in the history
  • Loading branch information
minaorangina committed Mar 22, 2017
1 parent bc2c7cc commit 135627f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "node start.js",
"start-dev": "nodemon start.js",
"dev": "node ./src/utils/dev-server.js",
"postinstall": "webpack --config ./webpack.production.config.js",
"postinstall": "webpack --config webpack.production.config.js",
"build": "webpack --config webpack.dev.config.js",
"env": "source ./env.sh",
"lint": "eslint src/**/*.js server/**/*.js test/**/*.js",
Expand Down
1 change: 0 additions & 1 deletion start.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require('dotenv').config();
const http = require('http');
const path = require('path');
const express = require('express');
const morgan = require('morgan');
const socket = require('socket.io');
Expand Down

0 comments on commit 135627f

Please sign in to comment.