Skip to content

Commit 1c26023

Browse files
mergify[bot]ankush
andauthored
fix(build): use --check-files to validate cached files (#1550)
(cherry picked from commit 137efcc) Co-authored-by: Ankush Menat <[email protected]>
1 parent 62ff31f commit 1c26023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"frontend"
1717
],
1818
"scripts": {
19-
"postinstall": "cd frontend && yarn install",
19+
"postinstall": "cd frontend && yarn install --check-files",
2020
"dev": "cd frontend && yarn dev",
2121
"build": "cd frontend && yarn build"
2222
},

0 commit comments

Comments
 (0)