Skip to content

Commit 85ad834

Browse files
committed
GitHub Actions fix 1
1 parent 4ff8d78 commit 85ad834

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "An Angular service wrapper for Float Toolkit",
55
"scripts": {
66
"build": "npm test && npm run build:base",
7-
"build:ci": "npm test:ci && npm run build:base",
7+
"build:ci": "npm run test:ci && npm run build:base",
88
"build:base": "ng build && tsc -p tsconfig.base.schematics.json",
99
"test": "ng test",
1010
"test:ci": "npm run pretest && ng test --browsers=ChromeCI",

0 commit comments

Comments
 (0)