Skip to content

Commit

Permalink
Meta: Drop publishing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed May 16, 2023
1 parent 249d800 commit 90be2aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jest-puppeteer.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
launch: {
headless: false,
args: [
'--disable-extensions-except=' + path.resolve(__dirname, 'test/dist/mv' + process.env.TARGET),
'--disable-extensions-except=' + path.resolve(__dirname, 'test/dist/mv' + (process.env.TARGET ?? 2)),
'--window-size=400,800',
],
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"jest": "TARGET=2 npm run jest:core && TARGET=3 npm run jest:core",
"vitest": "vitest",
"jest:core": "NODE_OPTIONS=--experimental-vm-modules JEST_PUPPETEER_CONFIG=jest-puppeteer.config.cjs jest",
"prepack": "tsc --sourceMap false && npx dot-json package.json alias --delete #parcel#8920",
"prepack": "tsc --sourceMap false && npm pkg delete alias #parcel#8920",
"lint": "xo",
"fix": "xo --fix",
"test": "run-p lint vitest jest",
Expand Down

0 comments on commit 90be2aa

Please sign in to comment.