Skip to content

Commit

Permalink
chore: doc site build script
Browse files Browse the repository at this point in the history
  • Loading branch information
BroKun committed Sep 16, 2024
1 parent 3139e93 commit bac5328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ci:check": "nx run-many -t lint:prettier -t lint:eslint -t lint:stylelint -t typecheck:tsc -t coverage:jest",
"ci:publish": "changeset publish && nx run-many --nx-bail -t publish",
"docs": "nx run @difizen/magent-docs:start",
"docs:build": "nx run @difizen/mana-docs:build",
"docs:build": "nx run @difizen/magent-docs:build",
"changeset": "changeset",
"clean": "git clean -fX .",
"clean:web": "rm -rf node_modules",
Expand Down

0 comments on commit bac5328

Please sign in to comment.