Skip to content

Commit 0646ccd

Browse files
committed
refactor(package.json): use different ejs strategy so the submodule doesn't get messed up
1 parent d046394 commit 0646ccd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: app/templates/_package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,9 @@
159159
"npm": "^2.14.7"
160160
},
161161
"scripts": {
162-
"start": "node server",
163-
"test": "<%= filters.grunt ? 'grunt' : 'gulp' %> test",
162+
"start": "node server",<% if(filters.gulp) { %>
163+
"test": "gulp test",<% } else { %>
164+
"test": "grunt test",<% } %>
164165
"update-webdriver": "node node_modules/grunt-protractor-runner/node_modules/protractor/bin/webdriver-manager update"
165166
},
166167
"private": true

0 commit comments

Comments
 (0)