File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
cache : npm
15
15
cache-dependency-path : package-lock.json
16
16
- run : npm ci
17
- - run : npm run build
17
+ - run : npm run build ngx-intl
18
18
- run : npm run prepublishOnly
19
19
- uses : JS-DevTools/npm-publish@v2
20
20
with :
Original file line number Diff line number Diff line change 19
19
run : npm ci
20
20
- name : Build
21
21
run : |
22
- npm run build
22
+ npm run build ngx-intl
23
23
eslint :
24
24
runs-on : ubuntu-latest
25
25
steps :
51
51
run : npm ci
52
52
- name : Test
53
53
run : |
54
- npm run test -- --no-watch --no-progress --browsers=ChromeHeadlessCI
54
+ npm run test ngx-intl -- --no-watch --no-progress --browsers=ChromeHeadlessCI
Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"ng" : " ng" ,
7
7
"start" : " ng serve" ,
8
- "build" : " ng build ngx-intl " ,
8
+ "build" : " ng build" ,
9
9
"watch" : " ng build --watch --configuration development" ,
10
10
"test" : " ng test" ,
11
11
"lint" : " ng lint" ,
Original file line number Diff line number Diff line change 1
1
import { NgModule } from '@angular/core' ;
2
2
import { BrowserModule } from '@angular/platform-browser' ;
3
3
import { AppComponent } from './app.component' ;
4
- import { IntlTimeagoPipe } from 'projects/ ngx-intl/src/lib/intl-timeago.pipe ' ;
4
+ import { IntlTimeagoPipe } from 'ngx-intl' ;
5
5
6
6
@NgModule ( {
7
7
imports : [ BrowserModule , IntlTimeagoPipe ] ,
You can’t perform that action at this time.
0 commit comments