Skip to content

Commit f36ca67

Browse files
author
hirsch88
committed
Fix trailing commas
1 parent fa75bc2 commit f36ca67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package-scripts.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ module.exports = {
7171
'nps banner.test',
7272
'nps test.e2e.pretest',
7373
runInNewWindow(series('nps build', 'nps start')),
74-
'nps test.e2e.run',
74+
'nps test.e2e.run'
7575
)
7676
},
7777
pretest: {
@@ -163,7 +163,7 @@ module.exports = {
163163
dbReset: banner('db.reset'),
164164
seed: banner('seed'),
165165
clean: banner('clean')
166-
},
166+
}
167167
}
168168
};
169169

0 commit comments

Comments
 (0)