File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ notifications:
27
27
script :
28
28
- dotnet build ./Promact.Oauth.Server/src/Promact.Oauth.Server.Tests -c Release
29
29
- dotnet test ./Promact.Oauth.Server/src/Promact.Oauth.Server.Tests/project.json -c Release
30
- - cd ./Promact.Oauth.Server/src/Promact.Oauth.Server && npm install && npm run tslint && npm run test && npm run bundle && npm run codecov
30
+ - cd ./Promact.Oauth.Server/src/Promact.Oauth.Server && npm install && npm run tslint && npm run test && npm run codecov
31
31
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN bower install --allow-root
16
16
COPY ./Promact.Oauth.Server/src/Promact.Oauth.Server ./
17
17
18
18
# copy and build everything else
19
- RUN npm run build && npm run bundle && gulp copytowwwroot && mkdir /out
19
+ RUN npm run build && gulp copytowwwroot && npm run bundle && mkdir /out
20
20
RUN dotnet restore
21
21
RUN dotnet publish project.json -c Release -o /out && cp appsettings.development.example.json /out/appsettings.production.json && rm -rf /app
22
22
ENV ASPNETCORE_ENVIRONMENT Production
You can’t perform that action at this time.
0 commit comments