Skip to content

Commit

Permalink
tell ts-node about the project associated with this script
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Nov 3, 2017
1 parent a5c0e32 commit 96f8f7e
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 @@ -19,7 +19,7 @@
"compile:prod": "cross-env NODE_ENV=production parallel-webpack --config app/webpack.production.js",
"build:dev": "yarn compile:dev && cross-env NODE_ENV=development ts-node script/build.ts",
"build:prod": "yarn compile:prod && cross-env NODE_ENV=production ts-node script/build.ts",
"package": "ts-node script/package.ts",
"package": "ts-node -P script script/package.ts",
"generate-octicons": "ts-node script/generate-octicons.ts",
"clean:tslint": "rimraf tslint-rules/*.js",
"compile:tslint": "tsc -p tslint-rules",
Expand Down

0 comments on commit 96f8f7e

Please sign in to comment.