Skip to content

Commit

Permalink
#448 Add npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jun 9, 2019
1 parent 9701f53 commit 2508995
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@
"compile": "webpack --mode production",
"compile:dev": "webpack --mode none",
"compile:watch": "webpack --mode none --watch",
"contributors": "ts-node ./src/scripts/contributors/index.ts",
"generateJson": "ts-node ./src/scripts/icons/generateJson.ts",
"lint": "tslint -c tslint.json ./src/**/*.ts",
"postcompile": "npm run generateJson && npm run check",
Expand Down

0 comments on commit 2508995

Please sign in to comment.