Skip to content

Commit

Permalink
fix: revert "feat: add scripts that on release will publish transpile…
Browse files Browse the repository at this point in the history
…d" (#577)

This reverts commit 4a9a3ea.
  • Loading branch information
derberg authored Mar 25, 2024
1 parent c6d37ef commit 388efa8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
],
"author": "Fran Mendez <[email protected]> (fmvilas.com)",
"license": "Apache-2.0",
"files": [
"__transpiled"
],
"repository": {
"type": "git",
"url": "git+https://github.com/asyncapi/html-template.git"
Expand All @@ -33,8 +30,7 @@
"generate:readme:toc": "markdown-toc -i README.md",
"bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION",
"copy:sources": "node ./scripts/copy-sources.js",
"prepublishOnly": "npm run generate:assets && npm run transpile",
"transpile": "node ./scripts/transpile.js",
"prepublishOnly": "npm run generate:assets",
"test": "npm run test:library && npm run test:generator"
},
"publishConfig": {
Expand Down
16 changes: 0 additions & 16 deletions scripts/transpile.js

This file was deleted.

0 comments on commit 388efa8

Please sign in to comment.