Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/on-merge-main-deploy-gpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: '20.x'
registry-url: 'https://npm.pkg.github.com'
- run: npm ci
- run: npm run npm-build-package
- run: npm run build:lib
- run: cd dist/npm && npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/on-merge-main-deploy-npmjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run npm-build-package
- run: npm run build:lib
- run: cd dist/npm && npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/verify-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Build 🔧
run: |
npm run build:prod
npm run npm-build-package
npm run build:lib
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"scripts": {
"build": "ng build && npm run build:schematics",
"build:lib": "npm run build:schematics && ng-packagr -p ng-package.json",
"build:prod": "ng build --configuration production",
"build:schematics": "tsc -p tsconfig.schematics.json",
"lint": "ng lint",
"ng": "ng",
"npm-build-package": "ng-packagr -p ng-package.json",
"postinstall": "is-ci || husky install",
"prettier": "prettier --write . --log-level silent",
"prettier:check": "prettier --check .",
Expand Down Expand Up @@ -106,7 +106,8 @@
"url": "https://github.com/sponsors/proangular"
},
"publishConfig": {
"access": "public"
"access": "public",
"directory": "dist/npm"
},
"schematics": "./.schematics/collection.json",
"files": [
Expand Down
Binary file removed proangular-pro-form-20.0.0.tgz
Binary file not shown.