.gitignore and v0.2.0
This commit is contained in:
+3
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@omaresquivel/design-system",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"private": false,
|
||||
"type": "module",
|
||||
"files": [
|
||||
@@ -24,11 +24,13 @@
|
||||
"typecheck": "vue-tsc --noEmit -p tsconfig.app.json",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"test:coverage": "vitest run --coverage",
|
||||
"build:lib": "vite build",
|
||||
"build:playground": "vite build --config vite.playground.config.ts",
|
||||
"build": "npm run build:lib && npm run build:playground",
|
||||
"format": "prettier --write .",
|
||||
"format:check": "prettier --check .",
|
||||
"check": "npm run typecheck && npm test && npm run format:check && npm run build",
|
||||
"prepublishOnly": "npm run typecheck && npm test && npm run build:lib"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user