We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ee6b4 commit d112b8dCopy full SHA for d112b8d
package.json
@@ -16,7 +16,7 @@
16
"baseline-accept": "cpx \"generated\\**\" baselines\\",
17
"lint": "eslint --max-warnings 0 src deploy/*.js && tsc -p deploy/jsconfig.json",
18
"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",
+ "test": "npm run build && npm run lint && node ./lib/test.js && node ./unittests/index.js",
20
"changelog": "tsc && node ./lib/changelog.js",
21
"ts-changelog": "node ./deploy/versionChangelog.js",
22
"migrate": "node ./deploy/migrate.js",
0 commit comments