Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
felicio committed Oct 31, 2024
1 parent d6ea17f commit 59763a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"test": "turbo run test --filter=@status-im/* -- --run",
"dev": "turbo run dev --filter=@status-im/* --parallel",
"build": "turbo run build --filter=@status-im/*",
"postbuild": "node --version",
"lint": "turbo run lint --filter=@status-im/* --filter=web",
"typecheck": "turbo run typecheck",
"format": "prettier --write .",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"generate": "rimraf src && svgr svg --out-dir src && pnpm lint:fix && pnpm format",
"dev": "vite build --watch --mode development",
"build": "vite build",
"postbuild": "pnpm build:types",
"postbuild": "pnpm build:types && node --version",
"build:types": "tsc src/**/index.ts --emitDeclarationOnly --declaration --jsx react-jsx --skipLibCheck --declarationDir ./dist",
"#test": "vitest",
"typecheck": "tsc",
Expand Down

0 comments on commit 59763a6

Please sign in to comment.