mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Removed diff to dev script
This commit is contained in:
parent
527925936b
commit
46e6a9135e
1 changed files with 1 additions and 1 deletions
2
.github/scripts/dev.js
vendored
2
.github/scripts/dev.js
vendored
|
@ -66,7 +66,7 @@ const COMMAND_BROWSERTESTS = {
|
||||||
env: {}
|
env: {}
|
||||||
};
|
};
|
||||||
|
|
||||||
const COMMAND_TYPESCRIPT_WATCH = {
|
const COMMAND_TYPESCRIPT = {
|
||||||
name: 'ts',
|
name: 'ts',
|
||||||
command: `while [ 1 ]; do nx watch --projects=${tsPackages} -- nx run \\$NX_PROJECT_NAME:build:ts; done`,
|
command: `while [ 1 ]; do nx watch --projects=${tsPackages} -- nx run \\$NX_PROJECT_NAME:build:ts; done`,
|
||||||
cwd: path.resolve(__dirname, '../../'),
|
cwd: path.resolve(__dirname, '../../'),
|
||||||
|
|
Loading…
Reference in a new issue