Skip to content
Snippets Groups Projects
Commit 2d3f2f92 authored by Mário Murín's avatar Mário Murín
Browse files

Sort package.json scripts

parent 6d19a1de
No related branches found
No related tags found
No related merge requests found
...@@ -4,23 +4,23 @@ ...@@ -4,23 +4,23 @@
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
"ng": "ng",
"start": "ng serve --configuration local --ssl",
"api": "json-server -w ./utils/json-server/db.js --routes ./utils/json-server/routes.json --middlewares ./utils/json-server/server.js", "api": "json-server -w ./utils/json-server/db.js --routes ./utils/json-server/routes.json --middlewares ./utils/json-server/server.js",
"build": "ng build", "build": "ng build",
"build-and-pack": "npm install && npm run build-library && npm run create-package", "test": "ng test",
"lint": "ng lint && npm run prettier-check",
"e2e": "ng e2e",
"prettier-check": "prettier --check \"projects/**/*.ts\"",
"prettier-fix": "prettier --write \"./projects/**/*.ts\"",
"build-example-app": "ng build kypo-command-visualizations-example --configuration production", "build-example-app": "ng build kypo-command-visualizations-example --configuration production",
"build-library": "ng build --configuration production kypo-command-visualizations", "build-library": "ng build --configuration production kypo-command-visualizations",
"create-package": "cd dist/kypo-command-visualizations && npm pack",
"build-and-pack": "npm install && npm run build-library && npm run create-package",
"ci-update-version": "cd ./projects/kypo-command-visualizations/ && npm version $TAG_VERSION",
"ci-build-and-pack": "npm ci --cache .npm --prefer-offline && npm run build-library && npm run create-package", "ci-build-and-pack": "npm ci --cache .npm --prefer-offline && npm run build-library && npm run create-package",
"ci-publish-package": "cd dist/kypo-command-visualizations && npm publish", "ci-publish-package": "cd dist/kypo-command-visualizations && npm publish",
"ci-update-version": "cd ./projects/kypo-command-visualizations/ && npm version $TAG_VERSION", "prepare": "husky"
"create-package": "cd dist/kypo-command-visualizations && npm pack",
"e2e": "ng e2e",
"lint": "ng lint && npm run prettier-check",
"ng": "ng",
"prepare": "husky",
"prettier-check": "prettier --check \"projects/**/*.ts\"",
"prettier-fix": "prettier --write \"./projects/**/*.ts\"",
"start": "ng serve --configuration local --ssl",
"test": "ng test"
}, },
"dependencies": { "dependencies": {
"@angular/animations": "^18.2.7", "@angular/animations": "^18.2.7",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment