ui phase 12
This commit is contained in:
+2
-1
@@ -9,11 +9,12 @@
|
||||
"format": "prettier ./ --write",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"lint:copy": "node scripts/check-copy.mjs",
|
||||
"start": "next start",
|
||||
"test": "jest --watch",
|
||||
"test:ci": "jest --ci",
|
||||
"type": "tsc --noEmit",
|
||||
"check": "npm run type && npm run lint"
|
||||
"check": "npm run type && npm run lint && npm run lint:copy"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/cache": "^11.14.0",
|
||||
|
||||
Reference in New Issue
Block a user