Skip to content

Commit cae145f

Browse files
committed
chore: update script name in code
1 parent 7346bcd commit cae145f

File tree

34 files changed

+34
-34
lines changed

34 files changed

+34
-34
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To run the tests of a package, it's recommended to `cd` into the package directo
5050

5151
### Adding New Packages
5252

53-
For all projects, the tsconfig/jsconfig configuration files are auto-generated. You need to add an entry to the [./workspace-packages.mjs](./workspace-packages.mjs) to let it generate a config for you. After adding an entry, run `npm run update-package-configs` to generate the files for you.
53+
For all projects, the tsconfig/jsconfig configuration files are auto-generated. You need to add an entry to the [./workspace-packages.mjs](./workspace-packages.mjs) to let it generate a config for you. After adding an entry, run `npm run update:tsconfigs` to generate the files for you.
5454

5555
### Creating a Changeset
5656

packages/browser-logs/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
1+
// Don't edit this file directly. It is generated by generate-ts-configs script
22

33
{
44
"extends": "../../tsconfig.node-base.json",

packages/config-loader/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
1+
// Don't edit this file directly. It is generated by generate-ts-configs script
22

33
{
44
"extends": "../../tsconfig.node-base.json",

packages/dev-server-core/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
1+
// Don't edit this file directly. It is generated by generate-ts-configs script
22

33
{
44
"extends": "../../tsconfig.node-base.json",

packages/dev-server-esbuild/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
1+
// Don't edit this file directly. It is generated by generate-ts-configs script
22

33
{
44
"extends": "../../tsconfig.node-base.json",

packages/dev-server-hmr/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
1+
// Don't edit this file directly. It is generated by generate-ts-configs script
22

33
{
44
"extends": "../../tsconfig.node-base.json",

packages/dev-server-import-maps/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
1+
// Don't edit this file directly. It is generated by generate-ts-configs script
22

33
{
44
"extends": "../../tsconfig.node-base.json",

packages/dev-server-legacy/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
1+
// Don't edit this file directly. It is generated by generate-ts-configs script
22

33
{
44
"extends": "../../tsconfig.node-base.json",

packages/dev-server-rollup/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
1+
// Don't edit this file directly. It is generated by generate-ts-configs script
22

33
{
44
"extends": "../../tsconfig.node-base.json",

packages/dev-server-storybook/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
1+
// Don't edit this file directly. It is generated by generate-ts-configs script
22

33
{
44
"extends": "../../tsconfig.node-base.json",

0 commit comments

Comments
 (0)