mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Fixed linting
This commit is contained in:
parent
a55d00f209
commit
c8b3a08f24
@ -148,12 +148,12 @@ module.exports = function (grunt) {
|
||||
const liveReloadBaseUrl = config.getSubdir() || '/ghost/';
|
||||
|
||||
switch (mode) {
|
||||
case 'dev':
|
||||
return 'npm run build';
|
||||
case 'prod':
|
||||
return 'npm run build:prod';
|
||||
case 'watch':
|
||||
return `npm run start -- --live-reload-base-url=${liveReloadBaseUrl} --live-reload-port=4201`;
|
||||
case 'dev':
|
||||
return 'npm run build';
|
||||
case 'prod':
|
||||
return 'npm run build:prod';
|
||||
case 'watch':
|
||||
return `npm run start -- --live-reload-base-url=${liveReloadBaseUrl} --live-reload-port=4201`;
|
||||
}
|
||||
},
|
||||
options: {
|
||||
|
Loading…
Reference in New Issue
Block a user