Skip to content

Commit

Permalink
fix(ci): ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanumr committed May 10, 2021
1 parent 87a2eb4 commit 15383b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
with:
node-version: 12
- run: npm ci
- run: mkdir dist && cp package.json dist/
- run: npm run build
- run: cp package.json dist/
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
"scripts": {
"build": "rm -rf dist && ttsc && rollup --config",
"watch": "ttsc --watch",
"prepublishOnly": "npm run build",
"postbuild": "cp package.json dist",
"semantic-release": "semantic-release"
},
"repository": {
Expand Down

0 comments on commit 15383b9

Please sign in to comment.