Skip to content

Commit

Permalink
New scripts are here
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Nov 13, 2020
1 parent 5a89355 commit 9db94f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@
"rn"
],
"scripts": {
"build": "cd lib && tsc && cp ../package.json ../build/dist/ && Echo Build completed!"
"build": "cd lib && tsc && cp ../package.json ../build/dist/ && Echo Build completed!",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"dependencies": {
"@freakycoder/react-native-helpers": "^0.1.2",
Expand Down

0 comments on commit 9db94f7

Please sign in to comment.