Skip to content

Commit

Permalink
fix: add homepage, closes #252
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Mar 28, 2024
1 parent 6c3ef39 commit ea5094f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
const arg = require('arg')
const debug = require('debug')('cypress-split')
const label = 'cypress-split-preview'
const { version } = require('../package.json')
const { version, homepage } = require('../package.json')
const { getSpecsToSplit } = require('../src/parse-inputs')
const { splitSpecsLogic } = require('../src/utils')

console.log('%s Version %s', label, version)
console.log('%s Homepage %s', label, homepage)

const args = arg({
'--split': Number,
Expand Down

0 comments on commit ea5094f

Please sign in to comment.