Skip to content

Commit

Permalink
fix: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
kittapon.j committed Sep 17, 2023
1 parent 872b1de commit 27d4f36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@
"semi": ["error", "never"],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-var-requires": "off"
},
"env": {
"commonjs": true,
"es6": true,
"jest": true
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test": "jest",
"type-check": "tsc --noEmit",
"build": "rollup -c rollup.config.js",
"release": "HUSKY=0 yarn build && semantic-release",
"release": "yarn build && HUSKY=0 semantic-release",
"postversion": "cp package.json .."
},
"dependencies": {
Expand Down

0 comments on commit 27d4f36

Please sign in to comment.