Merged in feat/common-package (pull request #2333)
feat: Add common package * Add isEdge, safeTry and dataCache to new common package * Add eslint and move prettier config * Fix yarn lock * Clean up tests * Add lint-staged config to common * Add missing dependencies Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"dev:ds": "turbo run dev --filter=@scandic-hotels/design-system --output-logs new-only",
|
||||
"test": "turbo run test",
|
||||
"postinstall": "husky",
|
||||
"icons:update": "node scripts/material-symbols-update.mjs"
|
||||
"icons:update": "node scripts/material-symbols-update.mjs",
|
||||
"check-types": "turbo run check-types"
|
||||
},
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
|
||||
Reference in New Issue
Block a user