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 1bafd8d commit 2367ab6Copy full SHA for 2367ab6
.github/workflows/test.yaml
@@ -21,6 +21,7 @@ jobs:
21
with:
22
node-version: '12'
23
- run: npm install
24
+ - run: npm run lint
25
- run: npm run test
26
env:
27
CLIENT_ID: ${{ secrets.CLIENT_ID }}
package.json
@@ -58,7 +58,7 @@
58
"clean": "rimraf lib es",
59
"build:es": "rollup -c",
60
"build:lib": "rollup -c ./rollup.config.lib.js",
61
- "build": "npm run clean && npm run lint && npm run build:es && npm run build:lib"
+ "build": "npm run clean && npm run build:es && npm run build:lib"
62
},
63
"repository": {
64
"type": "git",
0 commit comments