Skip to content

Commit 8122046

Browse files
committed
build(ci): npm run i:ci:a-min
1 parent fc3c994 commit 8122046

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"i:ci:a14": "cd e2e/a14 && npm ci --no-optional && ./node_modules/.bin/ngcc",
5656
"i:ci:a-jasmine": "cd e2e/a-jasmine && npm ci --no-optional && ./node_modules/.bin/ngcc",
5757
"i:ci:a-jest": "cd e2e/a-jest && npm ci --no-optional && ./node_modules/.bin/ngcc",
58+
"i:ci:a-min": "cd e2e/a-min && npm ci --no-optional && ./node_modules/.bin/ngcc",
5859
"i:ci:a-nx": "cd e2e/nx && npm ci --no-optional && ./node_modules/.bin/ngcc",
5960
"s:a": "npm run s:a5 && npm run s:a6 && npm run s:a7 && npm run s:a8 && npm run s:a9 && npm run s:a10 && npm run s:a11 && npm run s:a12 && npm run s:a13 && npm run s:a14 && npm run s:a-jasmine && npm run s:a-jest && npm run s:a-min && npm run s:a-nx",
6061
"s:a5": "npm run s:a5es5 && npm run s:a5es2015",

0 commit comments

Comments
 (0)