Skip to content

Commit 6e7ec8b

Browse files
committed
fixing test script
1 parent 1708e74 commit 6e7ec8b

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
@@ -13,7 +13,7 @@
1313
"clean": "lb-clean loopback-grpc*.tgz dist package api-docs",
1414
"prepublishOnly": "npm run build && npm run build:apidocs",
1515
"pretest": "npm run lint:fix && npm run clean && npm run build",
16-
"test": "lb-mocha \"DIST/test/unit/**/*.js\" \"DIST/test/acceptance/**/*.js\"",
16+
"test": "lb-mocha \"dist/test/unit/**/*.js\" \"dist/test/acceptance/**/*.js\"",
1717
"lint": "npm run prettier:check && npm run tslint",
1818
"lint:fix": "npm run prettier:fix && npm run tslint:fix",
1919
"tslint": "lb-tslint --project tsconfig.json",

0 commit comments

Comments
 (0)