We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f3736 commit 564d37cCopy full SHA for 564d37c
lifecycleScripts/clean.js
@@ -1,5 +1,5 @@
1
var cleanForPublish = require("clean-for-publish");
2
var path = require("path");
3
4
-var location = path.join(__dirname, '..');
+var location = path.join(__dirname, "..");
5
cleanForPublish(location);
0 commit comments