Skip to content

Commit e443979

Browse files
Merge pull request #436 from NullVoxPopuli/fix-publish
Fix publish
2 parents 27adc23 + fb5623f commit e443979

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
registry-url: 'https://registry.npmjs.org'
3737
cache: pnpm
3838
- run: pnpm install --frozen-lockfile
39+
- run: pnpm --filter '*' prepack
3940
- name: Publish to NPM
4041
run: NPM_CONFIG_PROVENANCE=true pnpm release-plan publish
4142
env:

ember-data-resources/rollup.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const addon = new Addon({
99

1010
export default {
1111
output: addon.output(),
12-
1312
plugins: [
1413
addon.publicEntrypoints(['index.js', '**/*.js']),
1514
addon.appReexports(['loose-mode-compat/**/*.js'], {

0 commit comments

Comments
 (0)