Skip to content

Commit d112b8d

Browse files
authored
Fix running "test" in a clean repo (microsoft#1873)
1 parent d1ee6b4 commit d112b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"baseline-accept": "cpx \"generated\\**\" baselines\\",
1717
"lint": "eslint --max-warnings 0 src deploy/*.js && tsc -p deploy/jsconfig.json",
1818
"lint-fix": "eslint --max-warnings 0 src deploy/*.js --fix",
19-
"test": "npm run lint && npm run build && node ./lib/test.js && node ./unittests/index.js",
19+
"test": "npm run build && npm run lint && node ./lib/test.js && node ./unittests/index.js",
2020
"changelog": "tsc && node ./lib/changelog.js",
2121
"ts-changelog": "node ./deploy/versionChangelog.js",
2222
"migrate": "node ./deploy/migrate.js",

0 commit comments

Comments
 (0)