We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a285b commit 22fd98eCopy full SHA for 22fd98e
scripts/agent-evals/package.json
@@ -3,7 +3,7 @@
3
"version": "1.0.0",
4
"description": "",
5
"scripts": {
6
- "build": "tsc",
+ "build": "tsc && echo '{ \"name\": \"firebase-tools-agent-evals\" }' > lib/package.json",
7
"test": "npm run build && mocha 'lib/**/*.spec.js' --reporter spec --require lib/scripts/agent-evals/src/helpers/mocha-bootstrap.js",
8
"test:dev": "SKIP_REBUILD=true COPY_FIREBASE_CLI_CONFIG=true npm run test"
9
},
0 commit comments