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.
2 parents 3fac87f + 34f1b11 commit e1b1df1Copy full SHA for e1b1df1
package.json
@@ -17,7 +17,7 @@
17
"test:dev": "cross-env TEST_ENVIRONMENT=dev jest --config jest.config.dev.js",
18
"test:prod": "jest --config jest.config.prod.js",
19
"test:coverage": "cross-env TEST_ENVIRONMENT=dev jest --config jest.config.coverage.js",
20
- "test": "npm run test:dev",
+ "test": "npm run test:prod",
21
"build": "tsc -p tsconfig-esm.json && tsc -p tsconfig-cjs.json",
22
"clean": "rimraf build",
23
"prepublishOnly": "npm run clean && npm run build && node ./fixup.js"
0 commit comments