-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,7 @@ | |
"build:schematics": "tsc -p ./projects/swimlane/ngx-ui-schematics/tsconfig.json", | ||
"build:schematics:dev": "tsc -p ./projects/swimlane/ngx-ui-schematics/tsconfig.json --watch", | ||
"copy-schematics": "cpx ./projects/swimlane/ngx-ui-schematics/src/collection.json ./dist/swimlane/ngx-ui-schematics/", | ||
"copy-files": "cpx ./README.md ./dist/swimlane/ngx-ui/ && cpx LICENSE dist/swimlane/ngx-ui/", | ||
"package": "yarn build:lib", | ||
"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/", | ||
"test": "yarn test:prettier && yarn test:lint && yarn test:unit && yarn test:integration", | ||
"test:prettier": "prettier --check \"{src,projects,cypress}/**/*.{js,ts,scss,css,md,json}\"", | ||
"test:lint": "ng lint", | ||
|
@@ -30,11 +29,11 @@ | |
"watch:unit": "TZ=America/Los_Angeles ng test @swimlane/ngx-ui --watch --ts-config tsconfig.spec.json", | ||
"cypress:run": "TZ=America/Los_Angeles cypress run", | ||
"cypress:open": "TZ=America/Los_Angeles cypress open", | ||
"package": "yarn build:lib", | ||
"predeploy": "yarn build:lib && yarn build:deploy", | ||
"deploy": "angular-cli-ghpages --dir ./dist/ngx-ui --name=Swimlane [email protected]", | ||
"prepublish:lib": "yarn package", | ||
"publish:lib": "npm publish ./dist/swimlane/ngx-ui --ignore-scripts", | ||
"publish:lib:beta": "npm publish ./dist/swimlane/ngx-ui --ignore-scripts --tag beta", | ||
"publish": "npm publish ./dist/swimlane/ngx-ui --ignore-scripts", | ||
"prepack": "yarn package", | ||
"pack": "npm pack ./dist/swimlane/ngx-ui", | ||
"prepare": "husky install" | ||
|
@@ -145,4 +144,4 @@ | |
"yarn": "4.5.1" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |