Skip to content

Commit

Permalink
Temporarily disable type genration
Browse files Browse the repository at this point in the history
ShadyDOM type not working. Disabling to see if tests otherwise pass.
  • Loading branch information
Steven Orvell committed Dec 10, 2018
1 parent 8954c25 commit bade986
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
"serve": "polymer serve --npm --module-resolution=node",
"lint": "gulp lint",
"generate-types": "gen-typescript-declarations --outDir . --deleteExisting --verify && gulp generate-externs",
"regen-package-lock": "rm -rf node_modules package-lock.json; npm install",
"prepare": "npm run generate-types"
"regen-package-lock": "rm -rf node_modules package-lock.json; npm install"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit bade986

Please sign in to comment.