Skip to content

Commit a24d80e

Browse files
committed
add CI step
1 parent ac95ec0 commit a24d80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-scripts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = {
4545
ci: 'prettier --list-different "./**/*.{js,jsx,json,ts,tsx}"'
4646
},
4747
check: {
48-
ci: npsUtils.series.nps("format.ci", "lint", "build-package-libs", "karma.ci"),
48+
ci: npsUtils.series.nps("format.ci", "lint", "build-package-libs", "karma.ci", "compile-ts"),
4949
cov: npsUtils.series.nps("lint", "test.cov"),
5050
dev: npsUtils.series.nps("lint", "test.dev"),
5151
default: npsUtils.series.nps("lint", "test")

0 commit comments

Comments
 (0)