Skip to content

Commit

Permalink
build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfaucett committed Sep 7, 2021
1 parent 757ee3c commit 0150e6c
Show file tree
Hide file tree
Showing 35 changed files with 5,770 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm install
- run: npm run lint

pages:
Expand All @@ -32,7 +32,7 @@ jobs:
node-version: 14.x

- run: npm install -g npm@7.21.1
- run: npm ci
- run: npm install
- run: npm run example.build

- name: Deploy
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Expand Up @@ -2,8 +2,5 @@
node_modules/
coverage/
docs/
browser/
esm/
styles/
.nyc_output/
npm-debug.log
2 changes: 2 additions & 0 deletions browser/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions browser/index.js.map

Large diffs are not rendered by default.

0 comments on commit 0150e6c

Please sign in to comment.