Auto commit for build : 125

commit by: ayoub <hassani.ayoub@gmail.com>

 with message : build adaptation
This commit is contained in:
ayoub 2025-05-07 23:14:48 +02:00
parent 55ec04b771
commit 272d5ace19
1 changed files with 5 additions and 10 deletions

View File

@ -5,17 +5,12 @@
"main": "./index.js", "main": "./index.js",
"types": "./index.d.ts", "types": "./index.d.ts",
"files": [ "files": [
"dist" "components",
"index.d.ts",
"index.js",
"style.css",
"package.json"
], ],
"scripts": {
"buildw": "npm run clean && webpack --config webpack.prod.js && tsc",
"build": "npm run clean && node scripts/build.js",
"build:dev": "webpack --config webpack.dev.js",
"clean": "rimraf dist",
"test": "jest",
"doc": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"keywords": [], "keywords": [],
"author": "", "author": "",
"license": "ISC", "license": "ISC",