Skip to content

Commit 564d37c

Browse files
committed
Fix linter
1 parent 91f3736 commit 564d37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lifecycleScripts/clean.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var cleanForPublish = require("clean-for-publish");
22
var path = require("path");
33

4-
var location = path.join(__dirname, '..');
4+
var location = path.join(__dirname, "..");
55
cleanForPublish(location);

0 commit comments

Comments
 (0)