Skip to content

Commit

Permalink
Build icons as part of package build
Browse files Browse the repository at this point in the history
  • Loading branch information
robknight committed Jan 10, 2024
1 parent bf6ccf0 commit 72f48ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/passport-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"scripts": {
"lint": "eslint \"**/*.ts{,x}\"",
"build": "tsc -b tsconfig.cjs.json tsconfig.esm.json",
"build": "yarn convert-icons && tsc -b tsconfig.cjs.json tsconfig.esm.json",
"typecheck": "yarn tsc --noEmit",
"prepublishOnly": "yarn clean && yarn build",
"test": "ts-mocha --config ../../../.mocharc.js --exit test/**/*.spec.ts",
Expand Down

0 comments on commit 72f48ba

Please sign in to comment.