Skip to content

Commit

Permalink
remove size-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinegreuzard committed Nov 1, 2024
1 parent d20c571 commit cfa0b35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"prettier-check": "prettier --check 'src/**/*.{js,ts,html,css}'",
"lint": "eslint 'src/**/*.{js,ts}' --config ./eslint.config.js",
"test-server": "npm run start & sleep 5 && pkill -f vite",
"test": "jest",
"size": "size-limit"
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.26.0",
Expand Down

0 comments on commit cfa0b35

Please sign in to comment.