Skip to content

Commit 5d4a240

Browse files
fix(build): Copy vendor files to lib/
1 parent c8d9851 commit 5d4a240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-appsync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/awslabs/aws-mobile-appsync-sdk-js.git"
1515
},
1616
"scripts": {
17-
"prepare": "tsc"
17+
"prepare": "tsc && cp -r src/vendor lib/vendor"
1818
},
1919
"dependencies": {
2020
"@redux-offline/redux-offline": "^2.2.1",

0 commit comments

Comments
 (0)