Skip to content

Commit

Permalink
maintenance 🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Jan 24, 2022
1 parent 77630d9 commit 9253b72
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 @@ -25,7 +25,7 @@
"test": "vitest run",
"lint": "tsc --noEmit src/index.ts && eslint . --ext .js,.jsx,.ts,.tsx",
"rollup": "rollup -c ./build.js",
"build": "rimraf types && rimraf dist && npm run lint && npm run rollup && npm run test",
"build": "rimraf dist && npm run lint && npm run rollup && npm run test",
"release": "npm run build && np"
},
"repository": {
Expand Down

0 comments on commit 9253b72

Please sign in to comment.