mirror of
https://github.com/jakejarvis/jakejarvis.git
synced 2025-10-16 11:04:27 -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 }}
|
node-version: ${{ matrix.node }}
|
||||||
- run: |
|
- run: |
|
||||||
yarn install --frozen-lockfile
|
yarn install --frozen-lockfile
|
||||||
yarn test
|
yarn lint
|
||||||
working-directory: ./cli
|
working-directory: ./cli
|
||||||
|
@@ -31,7 +31,7 @@
|
|||||||
"clean": "rimraf dist",
|
"clean": "rimraf dist",
|
||||||
"compile": "babel index.js -o dist/babel.js && ncc build dist/babel.js -o dist && rimraf dist/babel.js",
|
"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",
|
"run": "yarn compile && node dist/index.js",
|
||||||
"test": "eslint ./src/*.js",
|
"lint": "eslint index.js",
|
||||||
"prepublishOnly": "yarn clean && yarn compile"
|
"prepublishOnly": "yarn clean && yarn compile"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
|
Reference in New Issue
Block a user