Skip to content

Commit 3a4f667

Browse files
committed
chore: new build setup
1 parent 86e96be commit 3a4f667

4 files changed

Lines changed: 5077 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ jobs:
2525
uses: actions/setup-node@v1
2626
with:
2727
node-version: ${{ matrix.node-version }}
28-
- run: npm install
28+
29+
- name: npm build and test
30+
run: |
31+
npm run clean
32+
npm run build
33+
npm run test
2934
- run: npm test
3035
- name: Coveralls
3136
uses: coverallsapp/github-action@master

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ coverage
1515
node_modules
1616

1717
.DS_Store
18-
package-lock.json
1918
dist
19+
.qodo

0 commit comments

Comments
 (0)