File tree 2 files changed +7
-11
lines changed
2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ branches:
14
14
# We're also doing the install step here too, as we need
15
15
# the results of previous builds to install future builds
16
16
script :
17
- - ng new drop-test
18
- && npm install -g ngx-file-drop
19
- && ng build
17
+ - npm install
18
+ && npm install -g ngx-file-drop
19
+ && npm run packagr
20
20
# Notifications
21
21
notifications :
22
22
email :
Original file line number Diff line number Diff line change 12
12
"builder" : " @angular-devkit/build-angular:browser" ,
13
13
"options" : {
14
14
"outputPath" : " dist" ,
15
- "index" : " src/sandbox /index.html" ,
16
- "main" : " src/sandbox/main .ts" ,
15
+ "index" : " src/lib /index.html" ,
16
+ "main" : " src/lib/ngx-drop/index .ts" ,
17
17
"tsConfig" : " src/tsconfig.app.json" ,
18
- "polyfills" : " src/sandbox/polyfills.ts" ,
19
18
"assets" : [
20
19
21
- ],
22
- "styles" : [
23
- " src/sandbox/styles.scss"
24
20
],
25
21
"scripts" : []
26
22
},
37
33
"buildOptimizer" : true ,
38
34
"fileReplacements" : [
39
35
{
40
- "replace" : " src/sandbox /environments/environment.ts" ,
41
- "with" : " src/sandbox /environments/environment.prod.ts"
36
+ "replace" : " src/lib /environments/environment.ts" ,
37
+ "with" : " src/lib /environments/environment.prod.ts"
42
38
}
43
39
]
44
40
}
You can’t perform that action at this time.
0 commit comments