mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 03:09:12 -06:00
Symlinks needed by other heaps of peeps (#1995)
This commit is contained in:
@@ -40,5 +40,6 @@
|
||||
},
|
||||
"scripts": {
|
||||
"test": "exit 0"
|
||||
}
|
||||
},
|
||||
"preinstall": "ln -sf ../../js/.babelrc && ln -sf ../../js/.flowconfig"
|
||||
}
|
||||
|
||||
@@ -23,9 +23,6 @@ def main():
|
||||
subprocess.check_call(['npm', 'install'], shell=False)
|
||||
|
||||
with pushd('../'):
|
||||
# Symlinks do not get deployed
|
||||
symlink.Force('../../js/.babelrc', os.path.abspath('.babelrc'))
|
||||
symlink.Force('../../js/.flowconfig', os.path.abspath('.flowconfig'))
|
||||
subprocess.check_call(['npm', 'install'], shell=False)
|
||||
|
||||
subprocess.check_call(['npm', 'install'], shell=False)
|
||||
|
||||
Reference in New Issue
Block a user