Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Nov 5, 2023
1 parent 81ad74a commit 17d83ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
15 changes: 4 additions & 11 deletions apps/demo/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true
},
"github": {
"baseHref": "./",
"sourceMap": false,
"buildOptimizer": true,
"vendorChunk": false
}
},
"defaultConfiguration": ""
Expand All @@ -71,12 +65,11 @@
"options": {
"parallel": false,
"commands": [
"rm -rf dist/demo && sleep 5",
"npx nx build demo && sleep 5",
"npx nx server demo && sleep 5",
"npx nx prerender demo && sleep 5",
"rm -rf dist/demo && sleep 10",
"npx nx server demo && sleep 10",
"npx nx prerender demo && sleep 10",
"cp dist/demo/index.html dist/demo/404.html",
"rm -rf dist/demo//server dist/demo/index.original.html"
"rm -rf dist/demo/index.original.html"
]
}
},
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"compilerOptions": {
"rootDir": ".",
"baseUrl": ".",
"module": "esnext",
"target": "ES2022",
"module": "ES2022",
"removeComments": true,
"useDefineForClassFields": false,
"typeRoots": ["node_modules/@types"]
Expand Down

0 comments on commit 17d83ce

Please sign in to comment.