+108
-109
lines changedFilter options
+108
-109
lines changed Original file line number Diff line number Diff line change
@@ -51,9 +51,9 @@ jobs:
51
51
- name: Reset Deps
52
52
run: node scripts/resetdeps.js
53
53
- name: Lint
54
-
run: npm run lint --ignore-scripts -w libnpmaccess
54
+
run: npm run lint --ignore-scripts --workspace libnpmaccess
55
55
- name: Post Lint
56
-
run: npm run postlint --ignore-scripts -w libnpmaccess
56
+
run: npm run postlint --ignore-scripts --workspace libnpmaccess
57
57
58
58
test:
59
59
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
@@ -117,6 +117,6 @@ jobs:
117
117
- name: Add Problem Matcher
118
118
run: echo "::add-matcher::.github/matchers/tap.json"
119
119
- name: Test
120
-
run: npm test --ignore-scripts -w libnpmaccess
120
+
run: npm test --ignore-scripts --workspace libnpmaccess
121
121
- name: Check Git Status
122
122
run: node scripts/git-dirty.js
Original file line number Diff line number Diff line change
@@ -51,9 +51,9 @@ jobs:
51
51
- name: Reset Deps
52
52
run: node scripts/resetdeps.js
53
53
- name: Lint
54
-
run: npm run lint --ignore-scripts -w libnpmdiff
54
+
run: npm run lint --ignore-scripts --workspace libnpmdiff
55
55
- name: Post Lint
56
-
run: npm run postlint --ignore-scripts -w libnpmdiff
56
+
run: npm run postlint --ignore-scripts --workspace libnpmdiff
57
57
58
58
test:
59
59
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
@@ -117,6 +117,6 @@ jobs:
117
117
- name: Add Problem Matcher
118
118
run: echo "::add-matcher::.github/matchers/tap.json"
119
119
- name: Test
120
-
run: npm test --ignore-scripts -w libnpmdiff
120
+
run: npm test --ignore-scripts --workspace libnpmdiff
121
121
- name: Check Git Status
122
122
run: node scripts/git-dirty.js
Original file line number Diff line number Diff line change
@@ -51,9 +51,9 @@ jobs:
51
51
- name: Reset Deps
52
52
run: node scripts/resetdeps.js
53
53
- name: Lint
54
-
run: npm run lint --ignore-scripts -w libnpmexec
54
+
run: npm run lint --ignore-scripts --workspace libnpmexec
55
55
- name: Post Lint
56
-
run: npm run postlint --ignore-scripts -w libnpmexec
56
+
run: npm run postlint --ignore-scripts --workspace libnpmexec
57
57
58
58
test:
59
59
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
@@ -117,6 +117,6 @@ jobs:
117
117
- name: Add Problem Matcher
118
118
run: echo "::add-matcher::.github/matchers/tap.json"
119
119
- name: Test
120
-
run: npm test --ignore-scripts -w libnpmexec
120
+
run: npm test --ignore-scripts --workspace libnpmexec
121
121
- name: Check Git Status
122
122
run: node scripts/git-dirty.js
Original file line number Diff line number Diff line change
@@ -51,9 +51,9 @@ jobs:
51
51
- name: Reset Deps
52
52
run: node scripts/resetdeps.js
53
53
- name: Lint
54
-
run: npm run lint --ignore-scripts -w libnpmfund
54
+
run: npm run lint --ignore-scripts --workspace libnpmfund
55
55
- name: Post Lint
56
-
run: npm run postlint --ignore-scripts -w libnpmfund
56
+
run: npm run postlint --ignore-scripts --workspace libnpmfund
57
57
58
58
test:
59
59
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
@@ -117,6 +117,6 @@ jobs:
117
117
- name: Add Problem Matcher
118
118
run: echo "::add-matcher::.github/matchers/tap.json"
119
119
- name: Test
120
-
run: npm test --ignore-scripts -w libnpmfund
120
+
run: npm test --ignore-scripts --workspace libnpmfund
121
121
- name: Check Git Status
122
122
run: node scripts/git-dirty.js
Original file line number Diff line number Diff line change
@@ -51,9 +51,9 @@ jobs:
51
51
- name: Reset Deps
52
52
run: node scripts/resetdeps.js
53
53
- name: Lint
54
-
run: npm run lint --ignore-scripts -w libnpmorg
54
+
run: npm run lint --ignore-scripts --workspace libnpmorg
55
55
- name: Post Lint
56
-
run: npm run postlint --ignore-scripts -w libnpmorg
56
+
run: npm run postlint --ignore-scripts --workspace libnpmorg
57
57
58
58
test:
59
59
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
@@ -117,6 +117,6 @@ jobs:
117
117
- name: Add Problem Matcher
118
118
run: echo "::add-matcher::.github/matchers/tap.json"
119
119
- name: Test
120
-
run: npm test --ignore-scripts -w libnpmorg
120
+
run: npm test --ignore-scripts --workspace libnpmorg
121
121
- name: Check Git Status
122
122
run: node scripts/git-dirty.js
Original file line number Diff line number Diff line change
@@ -51,9 +51,9 @@ jobs:
51
51
- name: Reset Deps
52
52
run: node scripts/resetdeps.js
53
53
- name: Lint
54
-
run: npm run lint --ignore-scripts -w libnpmpack
54
+
run: npm run lint --ignore-scripts --workspace libnpmpack
55
55
- name: Post Lint
56
-
run: npm run postlint --ignore-scripts -w libnpmpack
56
+
run: npm run postlint --ignore-scripts --workspace libnpmpack
57
57
58
58
test:
59
59
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
@@ -117,6 +117,6 @@ jobs:
117
117
- name: Add Problem Matcher
118
118
run: echo "::add-matcher::.github/matchers/tap.json"
119
119
- name: Test
120
-
run: npm test --ignore-scripts -w libnpmpack
120
+
run: npm test --ignore-scripts --workspace libnpmpack
121
121
- name: Check Git Status
122
122
run: node scripts/git-dirty.js
Original file line number Diff line number Diff line change
@@ -51,9 +51,9 @@ jobs:
51
51
- name: Reset Deps
52
52
run: node scripts/resetdeps.js
53
53
- name: Lint
54
-
run: npm run lint --ignore-scripts -w libnpmpublish
54
+
run: npm run lint --ignore-scripts --workspace libnpmpublish
55
55
- name: Post Lint
56
-
run: npm run postlint --ignore-scripts -w libnpmpublish
56
+
run: npm run postlint --ignore-scripts --workspace libnpmpublish
57
57
58
58
test:
59
59
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
@@ -117,6 +117,6 @@ jobs:
117
117
- name: Add Problem Matcher
118
118
run: echo "::add-matcher::.github/matchers/tap.json"
119
119
- name: Test
120
-
run: npm test --ignore-scripts -w libnpmpublish
120
+
run: npm test --ignore-scripts --workspace libnpmpublish
121
121
- name: Check Git Status
122
122
run: node scripts/git-dirty.js
Original file line number Diff line number Diff line change
@@ -51,9 +51,9 @@ jobs:
51
51
- name: Reset Deps
52
52
run: node scripts/resetdeps.js
53
53
- name: Lint
54
-
run: npm run lint --ignore-scripts -w libnpmsearch
54
+
run: npm run lint --ignore-scripts --workspace libnpmsearch
55
55
- name: Post Lint
56
-
run: npm run postlint --ignore-scripts -w libnpmsearch
56
+
run: npm run postlint --ignore-scripts --workspace libnpmsearch
57
57
58
58
test:
59
59
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
@@ -117,6 +117,6 @@ jobs:
117
117
- name: Add Problem Matcher
118
118
run: echo "::add-matcher::.github/matchers/tap.json"
119
119
- name: Test
120
-
run: npm test --ignore-scripts -w libnpmsearch
120
+
run: npm test --ignore-scripts --workspace libnpmsearch
121
121
- name: Check Git Status
122
122
run: node scripts/git-dirty.js
Original file line number Diff line number Diff line change
@@ -51,9 +51,9 @@ jobs:
51
51
- name: Reset Deps
52
52
run: node scripts/resetdeps.js
53
53
- name: Lint
54
-
run: npm run lint --ignore-scripts -w libnpmteam
54
+
run: npm run lint --ignore-scripts --workspace libnpmteam
55
55
- name: Post Lint
56
-
run: npm run postlint --ignore-scripts -w libnpmteam
56
+
run: npm run postlint --ignore-scripts --workspace libnpmteam
57
57
58
58
test:
59
59
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
@@ -117,6 +117,6 @@ jobs:
117
117
- name: Add Problem Matcher
118
118
run: echo "::add-matcher::.github/matchers/tap.json"
119
119
- name: Test
120
-
run: npm test --ignore-scripts -w libnpmteam
120
+
run: npm test --ignore-scripts --workspace libnpmteam
121
121
- name: Check Git Status
122
122
run: node scripts/git-dirty.js
Original file line number Diff line number Diff line change
@@ -51,9 +51,9 @@ jobs:
51
51
- name: Reset Deps
52
52
run: node scripts/resetdeps.js
53
53
- name: Lint
54
-
run: npm run lint --ignore-scripts -w libnpmversion
54
+
run: npm run lint --ignore-scripts --workspace libnpmversion
55
55
- name: Post Lint
56
-
run: npm run postlint --ignore-scripts -w libnpmversion
56
+
run: npm run postlint --ignore-scripts --workspace libnpmversion
57
57
58
58
test:
59
59
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
@@ -117,6 +117,6 @@ jobs:
117
117
- name: Add Problem Matcher
118
118
run: echo "::add-matcher::.github/matchers/tap.json"
119
119
- name: Test
120
-
run: npm test --ignore-scripts -w libnpmversion
120
+
run: npm test --ignore-scripts --workspace libnpmversion
121
121
- name: Check Git Status
122
122
run: node scripts/git-dirty.js
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4