Skip to content

Commit

Permalink
fix: fixed package json
Browse files Browse the repository at this point in the history
  • Loading branch information
trusasha committed Jan 3, 2024
1 parent 72b2239 commit 0123aa0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
"description": "",
"main": "index.ts",
"scripts": {
"test": "test"
"test": "test",
"build": "rollup -c",
"release": "npm run build && cd lib && npm publish",
"lint:check": "eslint --ext \".ts,.tsx\" \"src/**/*.{ts,tsx,*.ts,*tsx}\"",
"lint:format": "eslint --fix --ext \".ts,.tsx\" \"src/**/*.{ts,tsx,*.ts,*tsx}\"",
"ts:check": "tsc --project ./tsconfig.json --skipLibCheck --noemit",
"prepare": "husky install"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0123aa0

Please sign in to comment.