Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Jul 15, 2018
1 parent 8ba7774 commit 4c19541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"start": "cross-env NODE_ENV=development ts-node -P script/tsconfig.json script/start.ts",
"start:prod": "cross-env NODE_ENV=production ts-node -P script/tsconfig.json script/start.ts",
"compile:plugin": "cd plugin && npm run build",
"compile:dev": "cross-env NODE_ENV=development parallel-webpack --config app/webpack.development.js && npm run compile:plugin",
"compile:prod": "cross-env NODE_ENV=production parallel-webpack --config app/webpack.production.js && npm run compile:plugin",
"compile:dev": "cross-env NODE_ENV=development parallel-webpack --config app/webpack.development.ts && npm run compile:plugin",
"compile:prod": "cross-env NODE_ENV=production parallel-webpack --config app/webpack.production.ts && npm run compile:plugin",
"build:dev": "npm run compile:dev && cross-env NODE_ENV=development ts-node -P script/tsconfig.json script/build.ts",
"build:prod": "npm run compile:prod && cross-env NODE_ENV=production ts-node -P script/tsconfig.json script/build.ts",
"package": "ts-node -P script/tsconfig.json script/package.ts",
Expand Down

0 comments on commit 4c19541

Please sign in to comment.