We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c90f40 commit b0c2a37Copy full SHA for b0c2a37
packages/react/package.json
@@ -17,6 +17,7 @@
17
"node": ">=10"
18
},
19
"scripts": {
20
+ "prebuild": "pnpm build -c ../html",
21
"build": "tsc && rollup -c && cp package.json ./dist",
22
"test": "jest --config jest.config.json",
23
"test-coverage": "jest --coverage"
@@ -27,7 +28,7 @@
27
28
"devDependencies": {
29
"@babel/preset-env": "^7.12.10",
30
"@babel/preset-typescript": "^7.12.7",
- "@cloudinary/html": "^1.0.1",
31
+ "@cloudinary/html": "workspace:^",
32
"@cloudinary/url-gen": "^1.21.0",
33
"@rollup/plugin-commonjs": "^21.0.1",
34
"@rollup/plugin-json": "^4.1.0",
0 commit comments