0
Fork 0
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:
Chris Raible 2024-10-26 01:07:07 +00:00
parent 527925936b
commit 46e6a9135e

View file

@ -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, '../../'),