Auto commit for build : 125
commit by: ayoub <hassani.ayoub@gmail.com> with message : build adaptation
This commit is contained in:
parent
55ec04b771
commit
272d5ace19
15
package.json
15
package.json
|
@ -5,17 +5,12 @@
|
|||
"main": "./index.js",
|
||||
"types": "./index.d.ts",
|
||||
"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": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
|
Loading…
Reference in New Issue