Skip to content

Commit 3b9d9d6

Browse files
committed
remove lint:test
1 parent 08d0afb commit 3b9d9d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@
2929
"type-check": "tsc --noEmit",
3030
"type-check:watch": "npm run type-check -- --watch",
3131
"format": "npm run lint:src -- --fix && npm run lint:stories -- --fix && npm run lint:test -- --fix",
32-
"lint": "npm run lint:src && npm run lint:stories && npm run lint:test",
32+
"lint": "npm run lint:src && npm run lint:stories",
3333
"lint:src": "eslint --ext .ts,.tsx src/scripts/**",
3434
"lint:stories": "eslint --ext .ts,.tsx stories/**",
35-
"lint:test": "eslint --ext .js,.ts,.tsx test/**",
3635
"build": "run-p build:lib build:module build:types",
3736
"build:lib": "babel -d lib/ src/ --extensions \".ts,.tsx\" --source-maps true",
3837
"build:module": "BUILD_TARGET=module babel -d module/ src/ --extensions \".ts,.tsx\" --source-maps true",

0 commit comments

Comments
 (0)