diff --git a/package.config.js b/library.config.js similarity index 100% rename from package.config.js rename to library.config.js diff --git a/package.json b/package.json index 4c1550e..46677ca 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dev": "vite", "build": "vite build", "preview": "vite preview", - "build:package": "vite build --config package.config.js", + "build:library": "vite build --config library.config.js", "lint": "eslint --ext .js,.jsx .", "lint:fix": "eslint --ext .js,.jsx --fix .", "prettier": "prettier --check './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",