Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 324c4d3 commit c906510Copy full SHA for c906510
packages/website/package.json
@@ -11,7 +11,7 @@
11
"stylelint:fix": "stylelint \"src/**/*.css\" --fix",
12
"lint": "nx lint",
13
"serve": "docusaurus serve",
14
- "start": "docusaurus start",
+ "start": "nx start",
15
"swizzle": "docusaurus swizzle",
16
"test": "playwright test",
17
"typecheck": "tsc -b ./tsconfig.json"
packages/website/project.json
@@ -4,6 +4,14 @@
4
"type": "library",
5
"implicitDependencies": [],
6
"targets": {
7
+ "start": {
8
+ "dependsOn": ["website-eslint:build"],
9
+ "executor": "nx:run-commands",
10
+ "options": {
+ "cwd": "packages/website",
+ "command": "docusaurus start"
+ }
+ },
"lint": {
"executor": "@nx/linter:eslint",
"outputs": ["{options.outputFile}"],
0 commit comments