Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tripodsan committed Jun 27, 2024
1 parent cf91acb commit 38bf878
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"devDependencies": {
"@adobe/eslint-config-helix": "2.0.5",
"@adobe/fetch": "^4.1.8",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "11.0.2",
Expand Down
2 changes: 0 additions & 2 deletions test/build.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@

/* eslint-env mocha */
/* eslint-disable no-underscore-dangle */

import assert from 'assert';
import path from 'path';
import yauzl from 'yauzl';
import fse from 'fs-extra';
import { CLI } from '@adobe/helix-deploy';
import { createTestRoot } from './utils.js';
import { validateBundle } from '../../helix-deploy/src/utils.js';

async function assertZipEntries(zipPath, entries) {
// check zip
Expand Down

0 comments on commit 38bf878

Please sign in to comment.