Skip to content

Commit

Permalink
Mark datastore as having sideEffects (initSchema)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericclemmons committed Apr 16, 2020
1 parent aaa31f5 commit 9ce2624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"sideEffects": true,
"scripts": {
"test": "tslint 'src/**/*.ts' && jest -w 1 --coverage",
"build-with-test": "npm test && npm run build",
Expand Down

0 comments on commit 9ce2624

Please sign in to comment.