Skip to content

Commit c7915b0

Browse files
committed
Adding Scripts
1 parent 72ced7c commit c7915b0

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
2121
],
2222
"repository": "https://github.com/JunoLab/atom-julia-client",
2323
"license": "MIT",
24+
"scripts": {
25+
"typescript": "tsc -p ./lib_src/tsconfig.json",
26+
"prettier": "prettier --write ./lib_src/**/*",
27+
"build": "npm run typescript -s & npm run prettier -s",
28+
"lint": "eslint . --ext js,ts,coffee",
29+
"postinstall": "node script/postinstall.js"
30+
},
2431
"engines": {
2532
"atom": ">=1.39.0 <2.0.0"
2633
},
@@ -54,10 +61,6 @@
5461
"prettier": "latest",
5562
"tslint": "latest"
5663
},
57-
"scripts": {
58-
"postinstall": "node script/postinstall.js",
59-
"lint": "eslint . --ext js,ts,coffee"
60-
},
6164
"consumedServices": {
6265
"status-bar": {
6366
"versions": {

0 commit comments

Comments
 (0)