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 1708e74 commit 6e7ec8bCopy full SHA for 6e7ec8b
package.json
@@ -13,7 +13,7 @@
13
"clean": "lb-clean loopback-grpc*.tgz dist package api-docs",
14
"prepublishOnly": "npm run build && npm run build:apidocs",
15
"pretest": "npm run lint:fix && npm run clean && npm run build",
16
- "test": "lb-mocha \"DIST/test/unit/**/*.js\" \"DIST/test/acceptance/**/*.js\"",
+ "test": "lb-mocha \"dist/test/unit/**/*.js\" \"dist/test/acceptance/**/*.js\"",
17
"lint": "npm run prettier:check && npm run tslint",
18
"lint:fix": "npm run prettier:fix && npm run tslint:fix",
19
"tslint": "lb-tslint --project tsconfig.json",
0 commit comments