Skip to content

Commit 22fd98e

Browse files
committed
Spoof package.json for firebase-tools attempts to get the package name
1 parent b3a285b commit 22fd98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/agent-evals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "",
55
"scripts": {
6-
"build": "tsc",
6+
"build": "tsc && echo '{ \"name\": \"firebase-tools-agent-evals\" }' > lib/package.json",
77
"test": "npm run build && mocha 'lib/**/*.spec.js' --reporter spec --require lib/scripts/agent-evals/src/helpers/mocha-bootstrap.js",
88
"test:dev": "SKIP_REBUILD=true COPY_FIREBASE_CLI_CONFIG=true npm run test"
99
},

0 commit comments

Comments
 (0)