We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee35c63 commit 293fc13Copy full SHA for 293fc13
.github/workflows/js-checks.yaml
@@ -16,7 +16,5 @@ jobs:
16
run: npm ci
17
- name: Lint
18
run: npm run lint
19
- - name: Test
20
- run: npm run test
21
- name: Build
22
run: npm run build
package.json
@@ -6,8 +6,7 @@
6
"dev": "next dev",
7
"build": "next build",
8
"start": "next start",
9
- "lint": "next lint",
10
- "test": "jest"
+ "lint": "next lint"
11
},
12
"dependencies": {
13
"@amplitude/analytics-browser": "^2.8.1",
0 commit comments