Commit 0e322ab 1 parent 4ba4d98 commit 0e322ab Copy full SHA for 0e322ab
File tree 4 files changed +6
-2
lines changed
4 files changed +6
-2
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" ,
Original file line number Diff line number Diff line change 13
13
"vite" : " ^4.0.0"
14
14
},
15
15
"dependencies" : {
16
- "@cloudinary/html" : " 1.11.2 " ,
16
+ "@cloudinary/html" : " file:../../packages/html " ,
17
17
"@cloudinary/url-gen" : " ^1.8.7"
18
18
}
19
19
}
Original file line number Diff line number Diff line change 9
9
"preview" : " vite preview"
10
10
},
11
11
"dependencies" : {
12
- "@cloudinary/react" : " 1.11.2 " ,
12
+ "@cloudinary/react" : " file:../../packages/react/dist " ,
13
13
"@cloudinary/url-gen" : " ^1.10.0" ,
14
14
"react" : " ^16.0.0" ,
15
15
"react-dom" : " ^16.0.0"
You can’t perform that action at this time.
0 commit comments