Skip to content

Commit

Permalink
feat: add demo with type-checking
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 committed Nov 3, 2023
1 parent d6ab36e commit 9a55e34
Show file tree
Hide file tree
Showing 3 changed files with 493 additions and 1 deletion.
6 changes: 6 additions & 0 deletions apps/demo/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@
},
"build-esbuild": {
"executor": "@clickup/ngx-esbuild:build"
},
"type-check": {
"executor": "nx:run-commands",
"options": {
"command": "pnpm tsc -p apps/demo/tsconfig.app.json --noEmit --watch --incremental --pretty"
}
}
}
}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"name": "@clickup/root",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"scripts": {
"demo": "stmux -e '' -- [ \"pnpm nx build-esbuild demo --serve\" .. \"pnpm nx type-check demo\" ]"
},
"devDependencies": {
"@angular-devkit/build-angular": "~16.2.0",
"@angular-devkit/core": "~16.2.0",
Expand Down Expand Up @@ -63,6 +65,7 @@
"postcss-url": "^10.1.3",
"prettier": "^2.6.2",
"react-dom": "^18.2.0",
"stmux": "^1.8.7",
"strip-comments": "^2.0.1",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
Expand Down
Loading

0 comments on commit 9a55e34

Please sign in to comment.