mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 10:11:03 +00:00
Added ActionTypes and styles exports
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
exports.reducer = require('./dist/reducers/root').default;
|
||||
exports.Scope = require('./dist/components/app').default;
|
||||
exports.ActionTypes = require('./dist/constants/action-types').default;
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
"scripts": {
|
||||
"build": "webpack --config webpack.production.config.js",
|
||||
"build-external": "EXTERNAL=true webpack --config webpack.production.config.js",
|
||||
"build-pkg": "babel app/scripts --ignore __tests__ --out-dir dist",
|
||||
"build-pkg": "babel app/scripts --ignore __tests__ --out-dir dist && cp -R app/styles dist/styles",
|
||||
"install": "./post-install.sh",
|
||||
"start": "node server.js",
|
||||
"start-production": "NODE_ENV=production node server.js",
|
||||
|
||||
Reference in New Issue
Block a user