File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
run : yarn install
15
15
16
16
- name : Build ReactTooltip component package
17
- run : yarn build-rollup
17
+ run : yarn build
18
18
19
19
- name : Bundlesize
20
20
run : yarn run bundlesize
Original file line number Diff line number Diff line change 4
4
"description" : " react tooltip component" ,
5
5
"scripts" : {
6
6
"dev-rollup" : " node ./prebuild.js --env=development && node --max_old_space_size=2048 ./node_modules/rollup/dist/bin/rollup -c rollup.config.dev.js --watch" ,
7
- "build-rollup " : " node ./prebuild.js --env=production && npm run types && node --max_old_space_size=2048 ./node_modules/rollup/dist/bin/rollup -c rollup.config.prod.js" ,
7
+ "build" : " node ./prebuild.js --env=production && npm run types && node --max_old_space_size=2048 ./node_modules/rollup/dist/bin/rollup -c rollup.config.prod.js" ,
8
8
"dev" : " node ./prebuild.js --env=development && node ./esbuild.config.dev.mjs" ,
9
- "build" : " node ./prebuild.js --env=production && node ./esbuild.config.prod.mjs" ,
9
+ "build-eslint " : " node ./prebuild.js --env=production && node ./esbuild.config.prod.mjs" ,
10
10
"types" : " node --max_old_space_size=2048 ./node_modules/rollup/dist/bin/rollup -c rollup.config.types.js" ,
11
11
"eslint" : " eslint --ext=js --ext=jsx --ext=ts --ext=tsx --fix ./src" ,
12
12
"stylelint" : " stylelint \" src/**/*.css\" " ,
16
16
"esbuild" : " esbuild" ,
17
17
"test" : " jest" ,
18
18
"postbuild" : " npm run types && npm run bundlesize" ,
19
- "prepublishOnly" : " npm run build-rollup "
19
+ "prepublishOnly" : " npm run build"
20
20
},
21
21
"types" : " dist/react-tooltip.d.ts" ,
22
22
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments