Skip to content

Commit 7fc7bfc

Browse files
committed
Update package.json
Update package.json Update package.json
1 parent f51d8fc commit 7fc7bfc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"repository": "https://github.com/JunoLab/atom-julia-client",
2323
"license": "MIT",
2424
"scripts": {
25-
"typescript": "tsc -p ./lib_src/tsconfig.json",
25+
"typescript": "(tsc -p ./lib_src/tsconfig.json) || echo done",
2626
"prettier_src": "prettier --write ./lib_src/**/*.ts",
27-
"prettier_out": "prettier --write ./lib/misc/colors.js",
28-
"build": "npm run typescript -s & npm run prettier_out -s",
27+
"prettier_out": "prettier --write ./lib/misc/blocks.js",
28+
"build": "npm run typescript -s && npm run prettier_out",
2929
"lint": "eslint . --ext js,ts,coffee,json",
3030
"postinstall": "node script/postinstall.js"
3131
},
@@ -124,6 +124,7 @@
124124
],
125125
"prettier": {
126126
"semi": false,
127+
"singleQuote": true,
127128
"tabWidth": 2,
128129
"printWidth": 120
129130
}

0 commit comments

Comments
 (0)