Skip to content

Commit b0c2a37

Browse files
chore: react package build script adjustment
1 parent 8c90f40 commit b0c2a37

File tree

2 files changed

+1980
-1759
lines changed

2 files changed

+1980
-1759
lines changed

packages/react/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"node": ">=10"
1818
},
1919
"scripts": {
20+
"prebuild": "pnpm build -c ../html",
2021
"build": "tsc && rollup -c && cp package.json ./dist",
2122
"test": "jest --config jest.config.json",
2223
"test-coverage": "jest --coverage"
@@ -27,7 +28,7 @@
2728
"devDependencies": {
2829
"@babel/preset-env": "^7.12.10",
2930
"@babel/preset-typescript": "^7.12.7",
30-
"@cloudinary/html": "^1.0.1",
31+
"@cloudinary/html": "workspace:^",
3132
"@cloudinary/url-gen": "^1.21.0",
3233
"@rollup/plugin-commonjs": "^21.0.1",
3334
"@rollup/plugin-json": "^4.1.0",

0 commit comments

Comments
 (0)