Skip to content

Commit

Permalink
Update start script to make sure build finishes first
Browse files Browse the repository at this point in the history
  • Loading branch information
fhlavac committed May 21, 2024
1 parent edbca71 commit 3757082
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 @@ -18,7 +18,7 @@
"cypress:run:e2e": "cypress run --headless",
"cypress:run:cp": "cypress run --component",
"cypress:run:ci": "start-server-and-test start http://localhost:8006 cypress:run:e2e",
"start": "concurrently --kill-others \"npm run build:watch\" \"npm run docs:develop -w @patternfly/react-component-groups\"",
"start": "npm run build && concurrently --kill-others \"npm run build:watch\" \"npm run docs:develop -w @patternfly/react-component-groups\"",
"serve:docs": "npm run docs:serve -w @patternfly/react-component-groups",
"clean": "npm run clean -w @patternfly/react-component-groups",
"lint:js": "node --max-old-space-size=4096 node_modules/.bin/eslint packages --ext js,jsx,ts,tsx --cache",
Expand Down

0 comments on commit 3757082

Please sign in to comment.