Skip to content

Commit

Permalink
strider: fix build-lib, it was renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
knownasilya authored Jul 22, 2020
1 parent fe34015 commit c78e692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/strider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"debug": "node --inspect bin/strider --no-cluster",
"prerelease": "npm run build:lib",
"release": "git add dist/ dist-lib/ && standard-version -a",
"postinstall": "npm run build-lib && opencollective postinstall"
"postinstall": "npm run build:lib && opencollective postinstall"
},
"dependencies": {
"@strider/webhooks": "^0.1.7",
Expand Down

1 comment on commit c78e692

@vercel
Copy link

@vercel vercel bot commented on c78e692 Jul 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.