Skip to content

Commit cfe5cc1

Browse files
committed
ci
1 parent fa14334 commit cfe5cc1

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
@@ -62,7 +62,7 @@
6262
"p:build": "cd $INIT_CWD && yarn p:tsup",
6363
"p:build:watch": "cd $INIT_CWD && yarn p:tsup --watch",
6464
"p:clean": "cd $INIT_CWD && rimraf dist && jest --clear-cache",
65-
"p:lint": "prettier --check $INIT_CWD/src --log-level warn && eslint $INIT_CWD/src --color",
65+
"p:lint": "eslint $INIT_CWD/src --color",
6666
"p:lint:fix": "eslint $INIT_CWD/src --color --fix && prettier --write $INIT_CWD/src --log-level warn",
6767
"p:test": "cd $INIT_CWD && jest --config=${PROJECT_CWD}/jest.config.cjs --maxWorkers=1 --passWithNoTests $INIT_CWD ",
6868
"p:tsup": "cd $INIT_CWD && tsup --config=${PROJECT_CWD}/tooling/config/tsup.config.ts",

0 commit comments

Comments
 (0)