Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed May 3, 2024
1 parent e97b4bf commit 26193c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"modules/*"
],
"scripts": {
"bootstrap": "yarn && ocular-bootstrap",
"bootstrap": "ocular-bootstrap",
"build": "ocular-clean && ocular-build && lerna run build",
"lint": "ocular-lint",
"prepublishOnly": "ocular-build && node -e \"const fs = require('fs'); const pkg = JSON.parse(fs.readFileSync('./package.json', {encoding: 'utf8'})); delete pkg.engines; fs.writeFileSync('package.json', JSON.stringify(pkg, null, 2)); console.log(pkg)\"",
Expand Down

0 comments on commit 26193c2

Please sign in to comment.