Skip to content

Commit

Permalink
remove sb builder webpack5 from satisfied ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanWatanabe committed Jul 16, 2021
1 parent 50d4cbf commit 0a03584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"rename-package": "node -r ./scripts/ts-node-register ./scripts/rename-package.ts",
"run:published": "node ./scripts/monorepo/runPublished.js",
"runto:lerna": "node ./scripts/monorepo/runTo.js",
"satisfied": "satisfied --skip-invalid --ignore \"angular|builder-webpack5|sass|svelte|@testing-library|vue\"",
"satisfied": "satisfied --skip-invalid --ignore \"angular|sass|svelte|@testing-library|vue\"",
"scrub": "node ./scripts/scrub.js",
"start": "node scripts/start.js",
"start:legacy": "yarn workspace @fluentui/public-docsite-resources start",
Expand Down

0 comments on commit 0a03584

Please sign in to comment.