Skip to content

Commit

Permalink
Add script to generate TypeScript declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Miksovsky committed Feb 26, 2020
1 parent 859bc8e commit d5505ea
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 @@ -47,6 +47,7 @@
"scripts": {
"ci": "npm run lint && npm run sauce-tests",
"ci:fast": "npm run lint && npm run test -- --run-in-ci",
"generate-typescript": "tsc --p tasks/tsconfig.generate.json",
"lint": "eslint .; tsc",
"prepublishOnly": "node tasks/prepublishOnly.js",
"sauce-tests": "node tasks/sauceTests.js",
Expand Down

0 comments on commit d5505ea

Please sign in to comment.