Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
leebenson committed Feb 20, 2019
1 parent 34c75de commit dfad862
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 @@ -12,6 +12,7 @@
"gen:graphql": "gql-gen --config codegen.yml",
"lint": "prettier -c \"src/**\"",
"lint:save": "prettier --write \"src/**\"",
"precommit": "npm run lint:save && npm test",
"production": "cross-env RUNNER=production NODE_ENV=production ts-node index.ts",
"production:clean": "npm run clean && npm run production",
"start": "npm run dev",
Expand Down

0 comments on commit dfad862

Please sign in to comment.