We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa14334 commit cfe5cc1Copy full SHA for cfe5cc1
package.json
@@ -62,7 +62,7 @@
62
"p:build": "cd $INIT_CWD && yarn p:tsup",
63
"p:build:watch": "cd $INIT_CWD && yarn p:tsup --watch",
64
"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",
+ "p:lint": "eslint $INIT_CWD/src --color",
66
"p:lint:fix": "eslint $INIT_CWD/src --color --fix && prettier --write $INIT_CWD/src --log-level warn",
67
"p:test": "cd $INIT_CWD && jest --config=${PROJECT_CWD}/jest.config.cjs --maxWorkers=1 --passWithNoTests $INIT_CWD ",
68
"p:tsup": "cd $INIT_CWD && tsup --config=${PROJECT_CWD}/tooling/config/tsup.config.ts",
0 commit comments