Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.

Commit

Permalink
fix: typo in package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielFallon committed Dec 22, 2016
1 parent 03349e4 commit 760e26b
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 @@ -11,7 +11,7 @@
"watch:ts": "npm run build:ts -- --watch --diagnostics",
"prebuild": "npm run lint",
"compile": "tsc --pretty",
"build": "rm -rf dict && tsc -p prod --pretty",
"build": "rm -rf dist && tsc -p prod --pretty",
"lint": "tslint src/*.ts",
"release": "standard-version"
},
Expand Down

0 comments on commit 760e26b

Please sign in to comment.