Skip to content

Commit

Permalink
Copy typings into lazy dir before publish
Browse files Browse the repository at this point in the history
Fixes #918
  • Loading branch information
cookpete committed Jun 11, 2020
1 parent dba324a commit 48a34f1
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 @@ -19,7 +19,7 @@
"build:standalone": "cross-env NODE_ENV=production webpack --config webpack/standalone.babel.js",
"preversion": "npm run lint && npm run test",
"version": "auto-changelog -p && npm run build:dist && npm run build:standalone && git add CHANGELOG.md dist",
"prepublishOnly": "npm run build:lib && npm run build:lazy && npm run build:dist && node scripts/pre-publish.js",
"prepublishOnly": "npm run build:lib && npm run build:lazy && npm run build:dist && node scripts/pre-publish.js && cp index.d.ts lazy",
"postpublish": "node scripts/post-publish.js && npm run clean"
},
"repository": {
Expand Down

0 comments on commit 48a34f1

Please sign in to comment.