Skip to content

Commit

Permalink
ci(folder-size): allow node_moduls folder to be to 3MB
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jan 22, 2020
1 parent d005322 commit 1445d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/folder-size.yml
Expand Up @@ -11,4 +11,4 @@ jobs:
with:
node-version: "12.x"
- run: npm install --production
- run: npx get-folder-size --folder=node_modules/ | grep "^[01]\."
- run: npx get-folder-size --folder=node_modules/ | grep "^[012]\."

0 comments on commit 1445d3e

Please sign in to comment.