Skip to content

Commit 068e57b

Browse files
authored
Cleanup: drop NPM script that is no longer needed, tweak job names (google#1783)
1 parent e22fc86 commit 068e57b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/smoke.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
workflow_dispatch:
1313

1414
jobs:
15-
test:
15+
new-site-from-npm:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
workflow_dispatch:
1313

1414
jobs:
15-
test:
15+
build:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"pretest": "npm run _prebuild",
3232
"serve": "npm run cd:docs serve",
3333
"test": "npm run cd:docs test && npm run check",
34-
"test-windows": "npm run cd:docs test",
3534
"update:pkg:dep": "npm install --save-exact @fortawesome/fontawesome-free@latest bootstrap@latest",
3635
"update:pkg:hugo": "npm install --save-exact -D hugo-extended@latest"
3736
},

0 commit comments

Comments
 (0)