Skip to content

Commit

Permalink
Fix: no version reaching build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoborus committed Mar 10, 2022
1 parent e884b4f commit e78cae9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ scripts:
gitHook: pre-commit
npmpublish:
cmd:
- vr prepare
- deno run -A src/build_npm.ts $1
- vr prepare && deno run -A src/build_npm.ts $1
- npm publish npm

0 comments on commit e78cae9

Please sign in to comment.