Commit 038b267 1 parent 4ba4d98 commit 038b267 Copy full SHA for 038b267
File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 10
10
"sideEffects" : false ,
11
11
"repository" : " https://github.com/cloudinary/frontend-frameworks" ,
12
12
"scripts" : {
13
+ "watch" : " onchange 'src/**/*.*' -- npm run build" ,
13
14
"build" : " tsc && npm run prepare-build && rollup -c" ,
14
15
"postbuild" : " cp index.esm.* ./dist && cp index.umd.* ./dist" ,
15
16
"prepare-build" : " cp package.json ./dist" ,
26
27
"core-js" : " ^3.23.5" ,
27
28
"jest" : " ^29.3.1" ,
28
29
"jest-environment-jsdom" : " ^29.3.1" ,
30
+ "onchange" : " 7.1.0" ,
29
31
"rollup" : " ^2.52.2" ,
30
32
"rollup-plugin-peer-deps-external" : " ^2.2.4" ,
31
33
"rollup-plugin-typescript2" : " ^0.34.1" ,
Original file line number Diff line number Diff line change 13
13
"node" : " >=10"
14
14
},
15
15
"scripts" : {
16
+ "watch" : " onchange 'src/*.*' -- npm run build" ,
16
17
"build" : " npm run build --prefix ../html && tsc && rollup -c && cp package.json ./dist" ,
17
18
"test" : " jest --config jest.config.json" ,
18
19
"test-coverage" : " jest --coverage"
57
58
"eslint-plugin-react" : " ^7.17.0" ,
58
59
"eslint-plugin-standard" : " ^4.0.1" ,
59
60
"gh-pages" : " ^2.2.0" ,
61
+ "onchange" : " 7.1.0" ,
60
62
"npm-run-all" : " ^4.1.5" ,
61
63
"prettier" : " ^2.0.4" ,
62
64
"react" : " ^16.13.1" ,
You can’t perform that action at this time.
0 commit comments