Skip to content

Commit

Permalink
Fix problem of dependant project using lib
Browse files Browse the repository at this point in the history
  • Loading branch information
alagane committed Mar 11, 2022
1 parent 37e8672 commit 4af0f30
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
"lint": "eslint 'src/**/*.ts' 'tests/**/*.ts'",
"lint:fix": "npm run lint -- --quiet --fix",
"test": "jest",
"prepare": "npm run build"
"prepare": "npm run build",
"postinstall": "npm run build"
},
"files": [
"lib/**/*"
],
"directories": {
"lib": "src",
"test": "tests"
Expand Down

0 comments on commit 4af0f30

Please sign in to comment.