Improve source package slightly
This moves us one step closer to a normal source package. The sources are now unpacked and we run "make install". We still don't build since we don't have all the necessary tools. Also, most importantly, the source tarball now includes our actual sources in addition to the prebuilt binaries.
This commit is contained in:
parent
78bdbad324
commit
4aa750a0fe
5 changed files with 44 additions and 13 deletions
|
|
@ -7,7 +7,7 @@
|
|||
"author": "",
|
||||
"license": "LGPL-2.1",
|
||||
"scripts": {
|
||||
"build": "webpack"
|
||||
"build": "./webpack-with-stats"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.25.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue