diff --git a/package.json b/package.json index 00f5d9ec8..481cbe620 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "scully:serve": "nodemon --ext js ./dist/scully/scully.js serve --tds --proxy proxy.conf.json", "scully:watch": "nodemon --ext js ./dist/scully/scully.js --watch --tds", "scully:dev:all": "ng build @scullyio/ng-lib && ng build && npm run scully:dev:compile && node ./dist/scully/scully", - "scully:publish:patch": "cd ./scully && tsc -p ./tsconfig.scully.json && npm version patch && npm run changelog && cp ./package.json ../dist/scully &&cp ./readme.md ../dist/scully && cd ../dist/scully && npm publish --access=public", + "scully:publish:patch": "cd ./scully && tsc -p ./tsconfig.scully.json && npm version patch && npm run changelog --prefix ../ && cp ./package.json ../dist/scully &&cp ./readme.md ../dist/scully && cd ../dist/scully && npm publish --access=public", "scully:publish:minor": "tsc -p ./tsconfig.scully.json && npm version minor", "scully:publish:major": "tsc -p ./tsconfig.scully.json && npm version major", "scully:test:ssl:self": "npm run generate -- serve --ssl", diff --git a/scully/package-lock.json b/scully/package-lock.json index caaba3291..9eb9199ec 100644 --- a/scully/package-lock.json +++ b/scully/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scullyio/scully", - "version": "0.0.72", + "version": "0.0.74", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/scully/package.json b/scully/package.json index df2ef50bb..4b147a6dc 100644 --- a/scully/package.json +++ b/scully/package.json @@ -1,6 +1,6 @@ { "name": "@scullyio/scully", - "version": "0.0.72", + "version": "0.0.74", "description": "Scully CLI", "repository": { "type": "GIT", @@ -24,7 +24,8 @@ "yamljs": "^0.3.0", "yargs": "^14.2.0", "open": "^7.0.2", - "selfsigned": "^1.10.7" + "selfsigned": "^1.10.7", + "ws": "^7.2.1" }, "author": "@herodevs", "license": "MIT", @@ -33,6 +34,7 @@ "@types/marked": "^0.7.0", "@types/node": "^12.11.1", "@types/puppeteer": "^1.20.2", + "@types/ws": "^7.2.1", "@types/yamljs": "^0.2.30", "@types/yargs": "^13.0.3", "codelyzer": "^5.1.2",