Skip to content

Commit 293fc13

Browse files
committed
removed test
1 parent ee35c63 commit 293fc13

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/js-checks.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,5 @@ jobs:
1616
run: npm ci
1717
- name: Lint
1818
run: npm run lint
19-
- name: Test
20-
run: npm run test
2119
- name: Build
2220
run: npm run build

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"dev": "next dev",
77
"build": "next build",
88
"start": "next start",
9-
"lint": "next lint",
10-
"test": "jest"
9+
"lint": "next lint"
1110
},
1211
"dependencies": {
1312
"@amplitude/analytics-browser": "^2.8.1",

0 commit comments

Comments
 (0)