remove playwright-report
This commit is contained in:
@@ -50,3 +50,4 @@ next-env.d.ts
|
|||||||
*.db-journal
|
*.db-journal
|
||||||
prisma/dev.db*
|
prisma/dev.db*
|
||||||
prisma/prisma/dev.db*
|
prisma/prisma/dev.db*
|
||||||
|
playwright-report/
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,8 @@
|
|||||||
|
const { execSync } = require('child_process');
|
||||||
|
|
||||||
|
try {
|
||||||
|
const commitHash = execSync('git rev-parse --short HEAD').toString().trim();
|
||||||
|
console.log(commitHash);
|
||||||
|
} catch (error) {
|
||||||
|
console.log('unknown');
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user