Skip to content

Commit

Permalink
revert from using tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Jun 2, 2024
1 parent 42c6505 commit f08dd0a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 28 deletions.
8 changes: 4 additions & 4 deletions modelina-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modelina-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"bugs": "https://github.com/asyncapi/modelina/issues",
"dependencies": {
"@asyncapi/modelina": "file:scripts/modelina-package/asyncapi-modelina.tgz",
"@asyncapi/modelina": "^4.0.0-next.45",
"@oclif/core": "^3.26.0",
"@oclif/errors": "^1.3.6",
"@oclif/plugin-not-found": "^3.1.1",
Expand Down
22 changes: 0 additions & 22 deletions modelina-cli/scripts/renameModelinaPack.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"build:cjs": "tsc",
"build:esm": "tsc --project tsconfig.json --module ESNext --outDir ./lib/esm",
"build:types": "tsc --project tsconfig.json --declaration --emitDeclarationOnly --declarationMap --outDir ./lib/types",
"build:cli": "npm pack --pack-destination modelina-cli && node modelina-cli/scripts/renameModelinaPack.js && cd modelina-cli && npm i && npm run build",
"build:cli": "cd modelina-cli && npm i && npm run build",
"docker:build": "docker compose run --build modelina npm install",
"docker:test": "docker compose run modelina npm run test",
"test": "npm run test:library && npm run test:examples && npm run test:cli",
Expand Down

0 comments on commit f08dd0a

Please sign in to comment.