Skip to content

Commit

Permalink
Run lint-types command over the preact/ folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
molefrog committed Jul 19, 2020
1 parent 70c0330 commit e59fe92
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 @@ -23,7 +23,7 @@
"scripts": {
"test": "jest --verbose --coverage",
"size": "size-limit",
"lint-types": "dtslint types --onlyTestTsNext && dtslint types/preact --onlyTestTsNext",
"lint-types": "npm run pack-preact && dtslint types --onlyTestTsNext && dtslint types/preact --onlyTestTsNext",
"pack-react": "copyfiles -f types/*.d.ts .",
"pack-preact": "copyfiles -f {index,matcher,use-location,static-location}.js types/{matcher,use-location,static-location}.d.ts types/preact/index.d.ts preact/",
"bundle-cjs": "rollup -e react,preact,preact/hooks -f cjs --exports named --preserveModules -d cjs *.js preact/*.js",
Expand Down

0 comments on commit e59fe92

Please sign in to comment.