Skip to content

Commit 25bd740

Browse files
author
Your Name
committed
fix(ci): include prisma generation in backend and fix soroban error attribute
1 parent b1af0da commit 25bd740

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
cache: 'npm'
2323
cache-dependency-path: backend/package-lock.json
2424
- run: npm install
25+
- run: npx prisma generate
2526
- run: npm run build
2627
- run: npm test
2728

contracts/src/token.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ enum DataKey {
77
Balance(Address),
88
}
99

10-
#[contracttype]
10+
#[contracterror]
1111
#[derive(Clone, Debug, Eq, PartialEq)]
1212
pub enum TokenError {
1313
AlreadyInitialized = 1,

0 commit comments

Comments
 (0)