Skip to content

Commit

Permalink
chore: run rollup 2 directly from registry
Browse files Browse the repository at this point in the history
  • Loading branch information
iamandrewluca committed Apr 29, 2024
1 parent 7e32a77 commit 6525e21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@
],
"scripts": {
"test": "c8 twist tests/*.js",
"build": "npx rollup --external tty --format cjs --input index.js --file index.cjs",
"build": "npx rollup@2 --format cjs --input index.js --file index.cjs",
"deploy": "npm test && git commit --all --message $tag && git tag --sign $tag --message $tag && git push && git push --tags",
"release": "tag=$npm_package_version npm run deploy && npm publish --access public",
"prepare": "npm run build"
},
"devDependencies": {
"c8": "*",
"rollup": "^2.79.1",
"twist": "*"
}
}

0 comments on commit 6525e21

Please sign in to comment.