Skip to content

Commit

Permalink
fix: npm build path
Browse files Browse the repository at this point in the history
  • Loading branch information
lbguilherme committed Jan 20, 2021
1 parent 30d8505 commit 2bbf36e
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 @@ -7,7 +7,7 @@
"test": "jest",
"eslint:fix": "eslint --fix '{src,spec}/**/*.ts'",
"eslint:check": "eslint '{src,spec}/**/*.ts'",
"build": "tsc && cp src/use.d.ts dist/"
"build": "tsc && cp src/use.d.ts dist/src/"
},
"keywords": [],
"license": "MIT",
Expand Down

0 comments on commit 2bbf36e

Please sign in to comment.