mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-06-07 06:36:38 +00:00
Build debug build by default
This commit is contained in:
parent
71457d0095
commit
62e5f823c1
@ -49,10 +49,10 @@
|
|||||||
"examples:node": "node examples/eventlog.js",
|
"examples:node": "node examples/eventlog.js",
|
||||||
"examples:browser": "open examples/browser/browser.html",
|
"examples:browser": "open examples/browser/browser.html",
|
||||||
"test": "mocha",
|
"test": "mocha",
|
||||||
"build": "npm run build:es5 && npm run build:dist && npm run build:examples",
|
"build": "npm run build:es5 && npm run build:debug && npm run build:dist && npm run build:examples",
|
||||||
"build:examples": "webpack --config conf/webpack.example.config.js --sort-modules-by size",
|
"build:examples": "webpack --config conf/webpack.example.config.js --sort-modules-by size",
|
||||||
"build:dist": "webpack --config conf/webpack.config.js --sort-modules-by size && mkdir -p examples/browser/lib && cp dist/orbitdb.min.js examples/browser/lib/orbitdb.min.js",
|
"build:dist": "webpack --config conf/webpack.config.js --sort-modules-by size && mkdir -p examples/browser/lib && cp dist/orbitdb.min.js examples/browser/lib/orbitdb.min.js",
|
||||||
"build:debug": "webpack --config conf/webpack.debug.config.js --sort-modules-by size && mkdir -p examples/browser/lib && cp dist/orbitdb.js examples/browser/lib/orbitdb.min.js",
|
"build:debug": "webpack --config conf/webpack.debug.config.js --sort-modules-by size && mkdir -p examples/browser/lib && cp dist/orbitdb.js examples/browser/lib/orbitdb.js",
|
||||||
"build:es5": "babel src --out-dir ./dist/es5/ --presets babel-preset-es2015 --plugins babel-plugin-transform-runtime"
|
"build:es5": "babel src --out-dir ./dist/es5/ --presets babel-preset-es2015 --plugins babel-plugin-transform-runtime"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user