Skip to content

Commit

Permalink
fix: npm release package
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Nov 3, 2019
1 parent ffc6c30 commit c1819a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,6 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn install --frozen-lockfile
yarn build
yarn semantic-release
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"ts-jest": "^24.1.0",
"typescript": "^3.6.4",
"vue": "^2.6.10",
"vue-monaco": "^1.1.0",
"vue-template-compiler": "^2.6.10"
"vue-monaco": "^1.1.0"
},
"scripts": {
"lint": "eslint . --ext .ts",
Expand All @@ -51,7 +50,8 @@
"eslint": "^6.5.1",
"inquirer": "^7.0.0",
"prettier-eslint": "^9.0.0",
"ts-node": "^8.4.1"
"ts-node": "^8.4.1",
"vue-template-compiler": "^2.6.10"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c1819a3

Please sign in to comment.