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.
2 parents 82f0cc5 + 07266d8 commit ef4316dCopy full SHA for ef4316d
.github/workflows/test.yml
@@ -27,6 +27,5 @@ jobs:
27
uses: actions/setup-node@v1
28
with:
29
node-version: ${{ matrix.node-version }}
30
- - run: npm install
31
- - run: npm run build --if-present
32
- - run: npm test
+ - run: yarn
+ - run: yarn test
.gitignore
@@ -125,3 +125,5 @@ dist
125
126
# Local config file
127
config/local.js
128
+
129
+package-lock.json
0 commit comments