Skip to content

Commit 6363ce0

Browse files
Copilotneilime
andcommitted
Add lint:ci script to test package.json
Co-authored-by: neilime <[email protected]>
1 parent d6f25c0 commit 6363ce0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/npm/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"main": "src/index.js",
44
"scripts": {
55
"lint": "echo \"lint test\"",
6+
"lint:ci": "echo \"lint:ci test\"",
67
"build": "mkdir -p dist && echo \"build test\" > dist/test.txt",
78
"test:ci": "jest --coverage"
89
},

0 commit comments

Comments
 (0)