Skip to content

Commit e288f77

Browse files
committed
Update project to use "local-node-rig"
1 parent 0a2d142 commit e288f77

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

common/config/rush/pnpm-lock.yaml

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

common/config/rush/repo-state.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "49da9415d87b73dfece0df5ff66e4b3be101780a",
3+
"pnpmShrinkwrapHash": "c21a1b9c1c70b123e0f49d27d8f56a39094a067a",
44
"preferredVersionsHash": "1926a5b12ac8f4ab41e76503a0d1d0dccc9c0e06"
55
}

eslint/eslint-bulk/config/rig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
// Documentation for this system: https://www.npmjs.com/package/@rushstack/rig-package
44
"$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json",
55

6-
"rigPackageName": "@rushstack/heft-node-rig"
6+
"rigPackageName": "local-node-rig"
77
}

eslint/eslint-bulk/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
},
1616
"scripts": {
1717
"build": "heft build --clean",
18-
"_phase:build": "heft run --only build -- --clean"
18+
"_phase:build": "heft run --only build -- --clean",
19+
"start": "node ./lib/start.js"
1920
},
2021
"keywords": [
2122
"eslintrc",
@@ -29,7 +30,7 @@
2930
],
3031
"devDependencies": {
3132
"@rushstack/heft": "workspace:*",
32-
"@rushstack/heft-node-rig": "workspace:*",
33+
"local-node-rig": "workspace:*",
3334
"@types/node": "18.17.15"
3435
}
3536
}

0 commit comments

Comments
 (0)