Skip to content

Commit

Permalink
ci: attempt to patch snowpack typings file (temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Dec 10, 2020
1 parent ab7ded2 commit 36646a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: ">=14.6.0"
- run: yarn test
- run: |
yarn bootstrap
sed -i'' -e 's/readonly url: string/url: string/' node_modules/@types/snowpack-env/index.d.ts
lerna run build --sort
yarn test:only

0 comments on commit 36646a0

Please sign in to comment.