79295670

Date: 2024-12-19 21:45:24
Score: 0.5
Natty:
Report link

For me, the issue was caused by a relative import for something outside the functions folder:

import ... from "../../../src/something.ts"

Everything worked when I removed this line, deleted my functions/lib folder, and ran npm run build again in my functions folder.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Cameron McClymont