Skip to content

Commit

Permalink
feat(package): customize publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopaulovieira committed Apr 18, 2021
1 parent f929edb commit e5e7cbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"start": "DEV=true rollup --config --watch",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"publish": "npm run release && npm publish --access public",
"release": "MINIMIZE=true rollup --config",
"test": "jest --coverage --silent",
"test:coverage": "open coverage/lcov-report/index.html",
Expand Down

0 comments on commit e5e7cbc

Please sign in to comment.