Fix install script inconvenience

This commit is contained in:
BoykoAlex
2017-07-21 13:19:13 -04:00
parent 6e8f7cb264
commit e044a2ac5d
2 changed files with 5 additions and 5 deletions

View File

@@ -9,16 +9,16 @@
},
"main": "./dist/index",
"dependencies": {
"atom-languageclient": "0.1.2",
"atom-languageclient": "file:/Users/aboyko/git/atom-languageclient",
"decompress": "^4.2.0",
"portfinder": "^1.0.13",
"remote-file-size": "^3.0.3"
"remote-file-size": "^3.0.3",
"postinstall-build": "^3.0.0"
},
"scripts": {
"clean": "rm -rf dist",
"clean": "rm -rf dist node_modules",
"compile": "babel src --out-dir dist",
"postinstall": "postinstall-build --only-as-dependency build \"npm run compile\"",
"prepublish": "npm run clean && npm run compile",
"watch": "babel src --out-dir dist -w"
},
"atomTranspilers": [

View File

@@ -16,7 +16,7 @@
"atom-commons": "file:../atom-commons"
},
"scripts": {
"clean": "rm -rf node_modules"
"clean": "rm -fr node_modules"
},
"consumedServices": {
"linter-indie": {