Skip to content

Commit c6e6bf9

Browse files
committed
Run dist script in the beginning of who-needs-a-release.rb
1 parent 35dd601 commit c6e6bf9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/who-needs-a-release.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/usr/bin/env ruby
22
require 'json'
33

4+
`npm install`
5+
`npm run dist`
6+
47
Dir.chdir('src')
58

69
Dir.foreach('.') do |filename|

0 commit comments

Comments
 (0)