Skip to content

Commit

Permalink
fix(release): fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
yarinvak committed Feb 2, 2020
1 parent d3f0503 commit 15e5fac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
npm run build --if-present
cd .. && cd ..
npm ci
npm run build
npm run build --if-present
env:
CI: true
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.gh_token }}
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"build": "tsc && npm run copy-files",
"copy-files": "copyfiles -u 1 ./src/dashboard/build/** ./dist/",
"start": "npm run build & ts-node index.ts",
"prepublish": "npm run build",
"example": "cd src && cd dashboard && npm run build && cd .. && cd .. && npm run build && cd dist/example && node index",
"semantic-release": "semantic-release"
},
Expand Down

0 comments on commit 15e5fac

Please sign in to comment.