Skip to content

Commit

Permalink
try to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dforsber committed May 10, 2020
1 parent 7536e15 commit 118a0e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
registry-url: https://npm.pkg.github.com/
scope: "@dforsber"
- name: Install modules with frozen lockfile and build
run: yarn install --frozen-lockfile --ignore-optional
run: |
yarn install --frozen-lockfile --ignore-optional
yarn build
- name: Publish to repository
run: yarn publish
env:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"registry": "https://npm.pkg.github.com/"
},
"scripts": {
"prepublish": "tsc",
"prebuild": "yarn install --frozen-lockfile",
"build": "tsc",
"lint": "eslint \"./src/**/*.ts\" --fix",
Expand Down

0 comments on commit 118a0e0

Please sign in to comment.