Skip to content

Commit

Permalink
(Prettier) add script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dilame committed Apr 4, 2019
1 parent ba56dd4 commit 86ef2a3
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 @@ -22,6 +22,7 @@
"homepage": "https://github.com/huttarichard/instagram-private-api",
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.build.json",
"format": "prettier --write \"src/**/*.ts\"",
"typecheck": "tsc -p tsconfig.build.json --noEmit",
"prepare": "npm run build",
"test": "mocha --inline-diffs --timeout 1000000 tests/run.js"
Expand Down

0 comments on commit 86ef2a3

Please sign in to comment.