|
5 | 5 | "ng": "ng", |
6 | 6 | "tsc": "tsc", |
7 | 7 | "generate": "tsc -p ./scully/tsconfig.scully.json && node ./scully/bin", |
8 | | - "scully:dev:watch": "tsc -w -p ./scully/tsconfig.scully.json", |
| 8 | + "scully:dev:watch": "tsc -w -p ./scully/tsconfig.scully.json", |
9 | 9 | "scully:dev:compile": "tsc -p ./scully/tsconfig.scully.json", |
10 | 10 | "scully:dev:run": "nodemon ./dist/scully/scully.js --ext js", |
11 | | - "scully:serve": "nodemon ./dist/scully/scully.js serve --ext js ", |
| 11 | + "scully:serve": "nodemon ./dist/scully/scully.js serve --ext js ", |
12 | 12 | "scully:dev:all": "ng build @scullyio/ng-lib && ng build && npm run scully:dev:compile && node ./dist/scully/scully", |
13 | | - "scully:publish:patch": "cd ./scully && tsc -p ./tsconfig.scully.json && npm version patch && cp ./package.json ../dist/scully && cd ../dist/scully && npm publish --access=public", |
| 13 | + "scully:publish:patch": "cd ./scully && tsc -p ./tsconfig.scully.json && npm version patch && cp ./package.json ../dist/scully &&cp ./readme.md ../dist/scully && cd ../dist/scully && npm publish --access=public", |
14 | 14 | "scully:publish:minor": "tsc -p ./tsconfig.scully.json && npm version minor", |
15 | 15 | "scully:publish:major": "tsc -p ./tsconfig.scully.json && npm version major", |
16 | 16 | "commit": "git add . && npx git-cz", |
17 | | - "commit:select": "npx git-cz", |
| 17 | + "commit:select": "npx git-cz", |
18 | 18 | "build-bazel": "bazel build //...", |
19 | 19 | "test-bazel": "bazel test //...", |
20 | 20 | "compile-scully-watch": "ibazel build //scully:compile" |
|
0 commit comments