Skip to content

Commit

Permalink
update package.json and pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tichon29 committed Jan 21, 2021
1 parent 1f57488 commit 6ec8ffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:
if: "!contains(github.event.head_commit.message, 'Release mollitia@')"
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@
"build:lib:tsc": "tsc --module commonjs",
"build:lib:rollup": "rollup -c rollup.config.ts",
"build:docs": "cd docs && npm run build",
"serve": "cd docs && npm run serve",
"deploy": "run-s deploy:build deploy:push",
"deploy:build": "cd docs && docker build -t 135.39.45.156:5000/mollitia:latest .",
"deploy:push": "cd docs && docker push 135.39.45.156:5000/mollitia:latest"
"serve": "cd docs && npm run serve"
},
"devDependencies": {
"@types/jest": "26.0.14",
Expand Down

0 comments on commit 6ec8ffa

Please sign in to comment.