8000 Fix test:all script in package.json · cloudinary/cloudinary-react@33c0315 · GitHub
[go: up one dir, main page]

Skip to content

Commit 33c0315

Browse files
committed
Fix test:all script in package.json
1 parent 8414706 commit 33c0315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/index.js",
66
"scripts": {
77
"test": "node_modules/.bin/mocha --require @babel/register test/.setup.js --recursive test",
8-
"test:all": "run-s compile dist test test-dist test-lib",
8+
"test:all": "run-s build test test-dist test-lib",
99
"test-dist": "TEST_SUBJECT=dist node_modules/.bin/mocha --require @babel/register test/.setup.js --recursive test",
1010
"test-lib": "TEST_SUBJECT=lib node_modules/.bin/mocha --require @babel/register test/.setup.js --recursive test",
1111
"prebuild": "node_modules/.bin/babel src --out-dir lib --copy-files ",

0 commit comments

Comments
 (0)
0