Skip to content

Commit

Permalink
Merge pull request #2428 from modernweb-dev/chore/update-script-name-…
Browse files Browse the repository at this point in the history
…in-code

chore: update script name in code
  • Loading branch information
bashmish authored Aug 28, 2023
2 parents 7346bcd + cae145f commit e210e49
Show file tree
Hide file tree
Showing 34 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To run the tests of a package, it's recommended to `cd` into the package directo

### Adding New Packages

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.
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.

### Creating a Changeset

Expand Down
2 changes: 1 addition & 1 deletion packages/browser-logs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/config-loader/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-server-core/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-server-esbuild/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-server-hmr/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-server-import-maps/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-server-legacy/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-server-rollup/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-server-storybook/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-server/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/parse5-utils/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/polyfills-loader/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin-copy/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin-html/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin-import-meta-assets/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin-polyfills-loader/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin-workbox/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-runner-browserstack/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-runner-chrome/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-runner-commands/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-runner-core/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-runner-coverage-v8/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-runner-junit-reporter/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-runner-mocha/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.browser-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-runner-playwright/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-runner-puppeteer/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-runner-saucelabs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-runner-selenium/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-runner-visual-regression/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-runner-webdriver/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-runner/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "../../tsconfig.node-base.json",
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-ts-configs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { packages } from '../workspace-packages.mjs';
import merge from 'deepmerge';

const __dirname = path.dirname(fileURLToPath(import.meta.url));
const TSCONFIG_COMMENT = `// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts\n\n`;
const TSCONFIG_COMMENT = `// Don't edit this file directly. It is generated by generate-ts-configs script\n\n`;

const packagesRoot = path.join(__dirname, '..', 'packages');

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
// Don't edit this file directly. It is generated by generate-ts-configs script

{
"extends": "./tsconfig.node-base.json",
Expand Down

0 comments on commit e210e49

Please sign in to comment.