Skip to content

Commit 537c5ce

Browse files
committed
Adding Scripts
1 parent 475875f commit 537c5ce

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
},
@@ -55,10 +62,6 @@
5562
"prettier": "latest",
5663
"tslint": "latest"
5764
},
58-
"scripts": {
59-
"postinstall": "node script/postinstall.js",
60-
"lint": "eslint . --ext js,ts,coffee"
61-
},
6265
"consumedServices": {
6366
"status-bar": {
6467
"versions": {

0 commit comments

Comments
 (0)