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 393ab63 commit 277fc63Copy full SHA for 277fc63
packages/react/package.json
@@ -17,7 +17,7 @@
17
"node": ">=10"
18
},
19
"scripts": {
20
- "build": "pnpm --filter @cloudinary/html && tsc && rollup -c && cp package.json ./dist",
+ "build": "tsc && rollup -c && cp package.json ./dist",
21
"test": "jest --config jest.config.json",
22
"test-coverage": "jest --coverage"
23
0 commit comments