From 277fe5b01c2dcb0189f5850470b7bc8e62ba8e58 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Sat, 26 Mar 2022 13:39:29 +0600 Subject: [PATCH] Rename package.config.js to library.config.js --- package.config.js => library.config.js | 0 package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename package.config.js => library.config.js (100%) 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",