Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit 5e71978

Browse files
committed
Rename clean folder to test/tmp
1 parent c8656f4 commit 5e71978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = function (grunt) {
3030

3131
// Before generating any new files, remove any previously-created files.
3232
clean: {
33-
tests: ['tests/temp']
33+
test: ['test/temp']
3434
},
3535

3636
// Unit tests.

0 commit comments

Comments
 (0)