Skip to content

Commit

Permalink
chore(nammatham): adjust docusaurus build
Browse files Browse the repository at this point in the history
  • Loading branch information
mildronize committed May 7, 2024
1 parent a35c90d commit 8ac375b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
Empty file removed .nojekyll
Empty file.
11 changes: 0 additions & 11 deletions apps/nammatham/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@
"name": "nammatham",
"version": "0.0.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"typecheck": "tsc"
},
"browserslist": {
"production": [
">0.5%",
Expand Down
2 changes: 1 addition & 1 deletion apps/nammatham/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"executor": "nx:run-commands",
"options": {
"commands": [
"docusaurus build"
"docusaurus build && mv build ../../dist/apps/nammatham"
],
"parallel": false,
"cwd": "apps/nammatham"
Expand Down

0 comments on commit 8ac375b

Please sign in to comment.