Skip to content

Commit e1b1df1

Browse files
author
Alexey Zorkaltsev
authored
Merge pull request #385 from ydb-platform/fix-release
chore: use npm test:prod from release action
2 parents 3fac87f + 34f1b11 commit e1b1df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test:dev": "cross-env TEST_ENVIRONMENT=dev jest --config jest.config.dev.js",
1818
"test:prod": "jest --config jest.config.prod.js",
1919
"test:coverage": "cross-env TEST_ENVIRONMENT=dev jest --config jest.config.coverage.js",
20-
"test": "npm run test:dev",
20+
"test": "npm run test:prod",
2121
"build": "tsc -p tsconfig-esm.json && tsc -p tsconfig-cjs.json",
2222
"clean": "rimraf build",
2323
"prepublishOnly": "npm run clean && npm run build && node ./fixup.js"

0 commit comments

Comments
 (0)