Skip to content

Commit 26d4efe

Browse files
Revert script changes, keep only @glimmer/env dependency addition
Co-authored-by: NullVoxPopuli <[email protected]>
1 parent 37bcc35 commit 26d4efe

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@
3939
"scripts": {
4040
"lint": "npm-run-all --continue-on-error --aggregate-output --parallel \"lint:!(fix)\"",
4141
"lint:docs": "markdownlint \"**/*.md\"",
42-
"lint:docs:fix": "npm run lint:docs -- --fix",
43-
"lint:eslint-docs": "npm run update:eslint-docs -- --check",
42+
"lint:docs:fix": "pnpm lint:docs --fix",
43+
"lint:eslint-docs": "pnpm update:eslint-docs --check",
4444
"lint:eslint-docs:fix": "npm-run-all \"update:eslint-docs\"",
4545
"lint:fix": "npm-run-all \"lint:*:fix\"",
4646
"lint:js": "eslint .",
47-
"lint:js:fix": "npm run lint:js -- --fix",
47+
"lint:js:fix": "pnpm lint:js --fix",
4848
"lint:package-json": "npmPkgJsonLint .",
4949
"lint:package-json-sorting": "sort-package-json --check",
5050
"lint:package-json-sorting:fix": "sort-package-json package.json",
5151
"lint:remote": "eslint-remote-tester",
52-
"start": "npm run test:watch",
52+
"start": "pnpm test:watch",
5353
"test": "vitest run",
5454
"test:coverage": "vitest --coverage",
5555
"test:watch": "vitest",

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)