We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082c450 commit 747b5aeCopy full SHA for 747b5ae
package.json
@@ -72,13 +72,13 @@
72
"scripts": {
73
"build:mock": "parcel build src/index.html",
74
"lint:jsts": "npx eslint .",
75
+ "test": "jest",
76
"dev": "next dev",
77
"build": "next build",
78
"start": "next start",
79
"lint": "next lint",
80
"prepare": "husky install",
- "intl:diff": "json-diff -k ./translations/nb.json ./translations/nn.json",
81
- "test": "echo 'tests are green'"
+ "intl:diff": "json-diff -k ./translations/nb.json ./translations/nn.json"
82
},
83
"lint-staged": {
84
"*.{js,ts,tsx}": "eslint --cache --fix",
0 commit comments