Pull @attic/webpack-config from npm (#1239)

This commit is contained in:
Ben Kalman
2016-04-13 16:23:38 -07:00
parent 7344ae199b
commit 8cc93e7591
6 changed files with 4 additions and 7 deletions
-2
View File
@@ -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',
+1 -1
View File
@@ -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",
-2
View File
@@ -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)
+1 -1
View File
@@ -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 -1
View File
@@ -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": {
+1
View File
@@ -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",