Skip to content

Commit

Permalink
Merge pull request #247 from cloudinary/lockfile-regeneration
Browse files Browse the repository at this point in the history
chore: regenerated lockfiles; locked lerna to `npm ci`; lint fixes
  • Loading branch information
jerzy-mankowski authored Dec 17, 2024
2 parents dae5e1f + 0da93b3 commit 0369712
Show file tree
Hide file tree
Showing 26 changed files with 142,880 additions and 124,026 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
- name: Installing dependencies
run: npm ci

# necessary due to the package.json/main setup
- name: Running build
run: npm run build

- name: Running tests
run: npm run test

Expand Down
6,898 changes: 4,170 additions & 2,728 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,23 @@
},
"scripts": {
"postinstall": "husky install",
"install": "lerna bootstrap",
"install": "lerna bootstrap --ci --hoist @cloudinary/url-gen",
"build": "lerna run build",
"quickstart": "lerna bootstrap && lerna run build",
"test": "lerna run test",
"lint": "lerna run lint",
"typecheck": "lerna run typecheck",
"build:docs": "node ./scripts/buildDocs.js",
"start:docs": "live-server --open=public/docs",
"update:urlgen": "npm install @cloudinary/url-gen@latest --prefix packages/html && npm install @cloudinary/url-gen@latest --prefix packages/react && npm install @cloudinary/url-gen@latest --prefix packages/vue && npm install @cloudinary/url-gen@latest --prefix packages/angular && npm install @cloudinary/url-gen@latest --prefix packages/angular/projects/cloudinary-library"
},
"devDependencies": {
"@cloudinary/url-gen": "^1.21.0",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@vue/compiler-sfc": "^3.2.47",
"better-docs": "2.3.2",
"core-js": "^3.39.0",
"foodoc": "0.0.9",
"husky": "^8.0.3",
"jsdoc": "3.6.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/cloudinary-library/tsconfig.lib.json",
"tsConfig": "projects/cloudinary-library/tsconfig.lib.prod.json",
"project": "projects/cloudinary-library/ng-package.json"
},
"configurations": {
Expand All @@ -33,7 +33,7 @@
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/cloudinary-library/tsconfig.lib.json",
"projects/cloudinary-library/tsconfig.lib.prod.json",
"projects/cloudinary-library/tsconfig.spec.json"
],
"exclude": [
Expand Down
Loading

0 comments on commit 0369712

Please sign in to comment.