mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-21 03:24:13 -05:00
Pull @attic/webpack-config from npm (#1239)
This commit is contained in:
@@ -12,8 +12,6 @@ def main():
|
||||
symlink.Force('../../../js/.flowconfig', os.path.abspath('.flowconfig'))
|
||||
|
||||
subprocess.check_call(['npm', 'install'], shell=False)
|
||||
# TODO: Publish @attic/webpack-config to npm.
|
||||
subprocess.check_call(['npm', 'install', '@attic/webpack-config'], shell=False)
|
||||
env = {
|
||||
'NOMS_SERVER': 'http://localhost:8000',
|
||||
'NOMS_DATASET_ID': 'crunchbase/index',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "noms-crunchbase-ui",
|
||||
"devDependencies": {
|
||||
"@attic/noms": "^4.0.1",
|
||||
"@attic/webpack-config": "file:../../../jsmodules/webpack-config",
|
||||
"@attic/webpack-config": "^1.0.1",
|
||||
"babel-cli": "6.6.5",
|
||||
"babel-core": "6.7.2",
|
||||
"babel-eslint": "5.0.0",
|
||||
|
||||
@@ -12,8 +12,6 @@ def main():
|
||||
symlink.Force('../../js/.flowconfig', os.path.abspath('.flowconfig'))
|
||||
|
||||
subprocess.check_call(['npm', 'install'], shell=False)
|
||||
# TODO: Publish @attic/webpack-config to npm.
|
||||
subprocess.check_call(['npm', 'install', '@attic/webpack-config'], shell=False)
|
||||
subprocess.check_call(['npm', 'run', 'build'], env=os.environ, shell=False)
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "noms-splore",
|
||||
"devDependencies": {
|
||||
"@attic/noms": "^4.0.1",
|
||||
"@attic/webpack-config": "file:../../jsmodules/webpack-config",
|
||||
"@attic/webpack-config": "^1.0.1",
|
||||
"babel-cli": "6.6.5",
|
||||
"babel-core": "6.7.2",
|
||||
"babel-eslint": "5.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@attic/webpack-config",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Shared webpack config for noms",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@attic/noms": "^7.6.1",
|
||||
"@attic/webpack-config": "^1.0.1",
|
||||
"babel-cli": "6.6.5",
|
||||
"babel-core": "6.7.2",
|
||||
"babel-eslint": "5.0.0",
|
||||
|
||||
Reference in New Issue
Block a user