Skip to content

Commit

Permalink
fixup! Simplify path generation for pen up, fix tsc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed Oct 3, 2023
1 parent 00383e4 commit da405c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ const path = require('path')
const fs = require('fs')
const child_process = require('child_process')

const repositoryRoot = path.join(__dirname, '..')
const packageJsonPath = path.join(repositoryRoot, 'package.json')
const packageParsed = JSON.parse(fs.readFileSync(packageJsonPath))

const args = require('yargs')
.strict()
.option('level', {
Expand Down

0 comments on commit da405c4

Please sign in to comment.