|
17 | 17 | "build:schematics": "tsc -p ./projects/swimlane/ngx-ui-schematics/tsconfig.json",
|
18 | 18 | "build:schematics:dev": "tsc -p ./projects/swimlane/ngx-ui-schematics/tsconfig.json --watch",
|
19 | 19 | "copy-schematics": "cpx ./projects/swimlane/ngx-ui-schematics/src/collection.json ./dist/swimlane/ngx-ui-schematics/",
|
20 |
| - "copy-files": "cpx ./README.md ./dist/swimlane/ngx-ui/ && cpx LICENSE dist/swimlane/ngx-ui/", |
21 |
| - "package": "yarn build:lib", |
| 20 | + "copy-files": "cpx ./README.md ./dist/swimlane/ngx-ui/ && cpx LICENSE dist/swimlane/ngx-ui/ && cpx ./projects/swimlane/ngx-ui/CHANGELOG.md dist/swimlane/ngx-ui/", |
22 | 21 | "test": "yarn test:prettier && yarn test:lint && yarn test:unit && yarn test:integration",
|
23 | 22 | "test:prettier": "prettier --check \"{src,projects,cypress}/**/*.{js,ts,scss,css,md,json}\"",
|
24 | 23 | "test:lint": "ng lint",
|
|
30 | 29 | "watch:unit": "TZ=America/Los_Angeles ng test @swimlane/ngx-ui --watch --ts-config tsconfig.spec.json",
|
31 | 30 | "cypress:run": "TZ=America/Los_Angeles cypress run",
|
32 | 31 | "cypress:open": "TZ=America/Los_Angeles cypress open",
|
| 32 | + "package": "yarn build:lib", |
33 | 33 | "predeploy": "yarn build:lib && yarn build:deploy",
|
34 | 34 | "deploy": "angular-cli-ghpages --dir ./dist/ngx-ui --name=Swimlane [email protected]",
|
35 | 35 | "prepublish:lib": "yarn package",
|
36 |
| - "publish:lib": "npm publish ./dist/swimlane/ngx-ui --ignore-scripts", |
37 |
| - "publish:lib:beta": "npm publish ./dist/swimlane/ngx-ui --ignore-scripts --tag beta", |
| 36 | + "publish": "npm publish ./dist/swimlane/ngx-ui --ignore-scripts", |
38 | 37 | "prepack": "yarn package",
|
39 | 38 | "pack": "npm pack ./dist/swimlane/ngx-ui",
|
40 | 39 | "prepare": "husky install"
|
|
0 commit comments