Skip to content

Commit 6eaa022

Browse files
committed
Fix scripts
1 parent 74ae9a8 commit 6eaa022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"rollup": "rollup --config",
4040
"test": "vitest",
4141
"test:coverage": "npm run rollup && npm run test -- --coverage",
42-
"test:ci": "npm run rollup && npm run lint && npm run test:coverage",
42+
"test:ci": "npm run lint && npm run test:coverage",
4343
"types": "npx -p typescript tsc src/lru.js --declaration --allowJs --emitDeclarationOnly --outDir .",
4444
"prepublishOnly": "npm run build"
4545
},

0 commit comments

Comments
 (0)