Skip to content

Commit

Permalink
fix: create public dir
Browse files Browse the repository at this point in the history
  • Loading branch information
vaetas committed Nov 18, 2020
1 parent 7422b46 commit 6c90a81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/build/build.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Future<int> build(Config config) async {
}

try {
await Directory(config.build.publicFolder).create();
await generateContent(tree, config);
} catch (e) {
log.severe(e);
Expand Down

0 comments on commit 6c90a81

Please sign in to comment.