File tree 4 files changed +14
-18
lines changed
4 files changed +14
-18
lines changed Original file line number Diff line number Diff line change 20
20
}
21
21
]
22
22
},
23
- "plugins" : [" ngrx " ],
23
+ "plugins" : [],
24
24
"extends" : []
25
25
},
26
26
{
27
27
"files" : [" *.ts" , " *.tsx" ],
28
28
"extends" : [" plugin:@nrwl/nx/typescript" ],
29
29
"rules" : {},
30
- "plugins" : [" ngrx " ]
30
+ "plugins" : []
31
31
},
32
32
{
33
33
"files" : [" *.js" , " *.jsx" ],
Original file line number Diff line number Diff line change @@ -4,17 +4,16 @@ on: [push]
4
4
5
5
jobs :
6
6
build :
7
-
8
7
runs-on : ubuntu-latest
9
8
10
9
steps :
11
- - uses : actions/checkout@v2
12
- - uses : actions/setup-node@v2
13
- with :
14
- node-version : ' 16.x'
15
- - run : npm ci
16
- - run : npm run lint
17
- - run : npm run build
18
- - run : npm run test
19
- env :
20
- CI : true
10
+ - uses : actions/checkout@v2
11
+ - uses : actions/setup-node@v2
12
+ with :
13
+ node-version : ' 16.x'
14
+ - run : npm ci
15
+ - run : npx nx run-many --target= lint --all
16
+ - run : npx nx run-many --target= build --all
17
+ - run : npx nx run-many --target= test --all
18
+ env :
19
+ CI : true
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " npl " ,
2
+ "name" : " nodeplotlib " ,
3
3
"version" : " 0.8.0-rc0" ,
4
4
"license" : " MIT" ,
5
5
"main" : " main.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " npl " ,
2
+ "name" : " nodeplotlib " ,
3
3
"version" : " 0.8.0-rc0" ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"ng" : " nx" ,
7
7
"postinstall" : " node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main" ,
8
- "start" : " nx serve" ,
9
8
"format:write" : " nx format:write" ,
10
- "lint" : " nx affected:lint" ,
11
9
"build" : " nx build" ,
12
- "test" : " nx test" ,
13
10
"demo" : " node ./tools/demo/candlestick.js"
14
11
},
15
12
"private" : true ,
You can’t perform that action at this time.
0 commit comments