Skip to content

Commit

Permalink
Add generic examples:build script in root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed Aug 15, 2024
1 parent 51fb65c commit a7ce0f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"e2e:publish": "./scripts/e2e-publish.sh",
"e2e:resolutions": "node ./scripts/e2e-resolutions.js",
"examples": "npm run examples --workspaces --if-present",
"examples:build": "npm run examples:build --workspaces --if-present",
"lint": "npm run lint --workspaces --if-present",
"lint:fix": "npm run lint:fix --workspaces --if-present",
"test": "npm run test --workspaces --if-present",
Expand Down

0 comments on commit a7ce0f0

Please sign in to comment.