Skip to content

Commit

Permalink
copy index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
codypearce committed Nov 24, 2019
1 parent 4acf44a commit e77afcc
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 @@ -12,7 +12,7 @@
"deploy-docs": "gh-pages -d gh",
"test:generate-output": "jest --json --outputFile=.jest-test-results.json || true",
"see-npm-package": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz",
"build-package": "babel src --out-dir dist --ignore \"**/*.test.js\""
"build-package": "babel src --out-dir dist --ignore \"**/*.test.js\" && cp src/index.d.ts dist/index.d.ts"
},
"dependencies": {
"@babel/runtime": "^7.5.5",
Expand Down

0 comments on commit e77afcc

Please sign in to comment.