Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
spearwolf committed Feb 23, 2024
1 parent 2df7ac8 commit e9dcccc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/offscreen-display/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"sideEffects": false,
"scripts": {
"build": "pnpm node scripts/build.mjs",
"clean": "pnpm exec rimraf build types dist lib tests"
"clean": "pnpm exec rimraf build types dist lib tests",
"test": "echo NO TESTS YET FOR @spearwolf/offscreen-display"
},
"dependencies": {
"@spearwolf/eventize": "^3.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/rainbow-line/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": ["../../.eslintrc.json"],
"ignorePatterns": ["!**/*"]
"ignorePatterns": ["!**/*", "rainbow-line.js", "rainbow-line-worker.js"]
}

0 comments on commit e9dcccc

Please sign in to comment.