We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b060f commit 0691138Copy full SHA for 0691138
1 file changed
package.json
@@ -9,6 +9,7 @@
9
"test": "jest",
10
"test:watch": "jest --watch",
11
"test:coverage": "jest --coverage",
12
+ "ci": "npm run lint && npm run test:coverage",
13
"lint": "ng lint",
14
"lint:fix": "ng lint --fix",
15
"format": "prettier --write .",
0 commit comments