Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
fix(package): removed error
Browse files Browse the repository at this point in the history
BREAKING CHANGE: angular 16
  • Loading branch information
artemnih committed Oct 13, 2023
1 parent c22020b commit c3487b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions projects/ngx-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,5 @@
"esm": "./esm2022/ngx-explorer.mjs",
"default": "./fesm2022/ngx-explorer.mjs"
}
},
"scripts": {
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
}
}

0 comments on commit c3487b6

Please sign in to comment.