Skip to content

Commit

Permalink
Adding Scripts
Browse files Browse the repository at this point in the history
update scripts

Update package.json
  • Loading branch information
aminya committed Apr 13, 2020
1 parent 22ae3d3 commit 57e6333
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
],
"repository": "https://github.com/JunoLab/atom-julia-client",
"license": "MIT",
"scripts": {
"typescript": "tsc -p ./lib_src/tsconfig.json",
"prettier_src": "prettier --write ./lib_src/**/*.ts",
"prettier_out": "prettier --write ./lib/misc/colors.js",
"build": "npm run typescript -s & npm run prettier_out -s",
"lint": "eslint . --ext js,ts,coffee,json",
"postinstall": "node script/postinstall.js"
},
"engines": {
"atom": ">=1.39.0 <2.0.0"
},
Expand Down Expand Up @@ -56,10 +64,6 @@
"tslint": "latest",
"tslint-config-prettier": "latest"
},
"scripts": {
"postinstall": "node script/postinstall.js",
"lint": "eslint . --ext js,ts,coffee"
},
"consumedServices": {
"status-bar": {
"versions": {
Expand Down

0 comments on commit 57e6333

Please sign in to comment.