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 068a9e9 commit ceafb9aCopy full SHA for ceafb9a
package.json
@@ -4,7 +4,7 @@
4
"description": "Present Cloudinary images and videos using React components",
5
"main": "lib/index.js",
6
"scripts": {
7
- "test": "node_modules/.bin/mocha test/.setup.js test/*Test.js",
+ "test": "node_modules/.bin/mocha test/.setup.js --recursive test",
8
"compile": "node_modules/.bin/babel src -d lib && cd src && find . -name package.json -exec cp --parents '{}' ../lib \\; -print",
9
"dist": "node_modules/.bin/webpack",
10
"storybook": "start-storybook -p 6006",
0 commit comments