Skip to content

Commit 277fc63

Browse files
chore: build script update
1 parent 393ab63 commit 277fc63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"node": ">=10"
1818
},
1919
"scripts": {
20-
"build": "pnpm --filter @cloudinary/html && tsc && rollup -c && cp package.json ./dist",
20+
"build": "tsc && rollup -c && cp package.json ./dist",
2121
"test": "jest --config jest.config.json",
2222
"test-coverage": "jest --coverage"
2323
},

0 commit comments

Comments
 (0)