Skip to content

Commit

Permalink
add ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Sep 22, 2021
1 parent 8eca32a commit ecc7f48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"clean": "rm -rf dist",
"build": "tsc",
"watch": "tsc --watch",
"test": "./test.sh"
"test": "./test.sh",
"ci": "yarn run clean && yarn run build && yarn run test && echo 'Ready for release'"
},
"peerDependencies": {
"shelljs": "^0.8.4"
Expand Down

0 comments on commit ecc7f48

Please sign in to comment.