Skip to content

Commit

Permalink
chore(project): explicitly copy TypeScript definition files only
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Apr 24, 2018
1 parent cd9de7e commit 9ab84a5
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 @@ -8,7 +8,7 @@
"scripts": {
"all": "run-s lint test distro",
"bundle": "rollup -c",
"copy": "cpx lib/*.ts dist",
"copy": "cpx -v lib/*.d.ts dist",
"distro": "run-s copy bundle test:integration",
"dev": "npm test -- --auto-watch --no-single-run",
"lint": "eslint .",
Expand Down

0 comments on commit 9ab84a5

Please sign in to comment.