Skip to content

Commit 5f5b1fa

Browse files
committed
chore: update clean task
1 parent 53067e2 commit 5f5b1fa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/field-json/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@tensei/common": "^0.10.0",
22+
"@tensei/core": "^0.10.0",
2223
"@types/busboy": "^0.2.3",
2324
"@types/fs-capacitor": "^2.0.0",
2425
"@types/http-errors": "^1.8.0",

scripts/clean.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ const packages = [
2424
['react-auth', 'dist'],
2525
'rest',
2626
'sdk',
27-
'social-auth'
27+
'social-auth',
28+
'field-json'
2829
]
2930

3031
packages.forEach(package => {

0 commit comments

Comments
 (0)