1
mirror of https://github.com/jakejarvis/jakejarvis.git synced 2025-10-16 04:44:25 -04:00
This commit is contained in:
2021-08-07 20:18:46 -04:00
parent 9d488db184
commit 0cb51ccfb7
2 changed files with 2 additions and 2 deletions

View File

@@ -30,5 +30,5 @@ jobs:
node-version: ${{ matrix.node }}
- run: |
yarn install --frozen-lockfile
yarn test
yarn lint
working-directory: ./cli

View File

@@ -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": {},