mirror of
https://github.com/jakejarvis/jakejarvis.git
synced 2025-10-16 08:14:25 -04:00
fix lint
This commit is contained in:
2
.github/workflows/cli-test.yml
vendored
2
.github/workflows/cli-test.yml
vendored
@@ -30,5 +30,5 @@ jobs:
|
||||
node-version: ${{ matrix.node }}
|
||||
- run: |
|
||||
yarn install --frozen-lockfile
|
||||
yarn test
|
||||
yarn lint
|
||||
working-directory: ./cli
|
||||
|
@@ -31,7 +31,7 @@
|
||||
"clean": "rimraf dist",
|
||||
"compile": "babel index.js -o dist/babel.js && ncc build dist/babel.js -o dist && rimraf dist/babel.js",
|
||||
"run": "yarn compile && node dist/index.js",
|
||||
"test": "eslint ./src/*.js",
|
||||
"lint": "eslint index.js",
|
||||
"prepublishOnly": "yarn clean && yarn compile"
|
||||
},
|
||||
"dependencies": {},
|
||||
|
Reference in New Issue
Block a user