|
@@ -10,6 +10,7 @@
|
10
|
10
|
"buildwindoz": "set NODE_ENV=production&& webpack -p",
|
11
|
11
|
"build": "NODE_ENV=production webpack -p",
|
12
|
12
|
"buildtracimlib": "NODE_ENV=production webpack -p && echo '/* eslint-disable */' | cat - dist/tracim_frontend_lib.js > temp && mv temp dist/tracim_frontend_lib.js && printf '\n/* eslint-enable */\n' >> dist/tracim_frontend_lib.js",
|
|
13
|
+ "buildtracimlibwindoz": "set NODE_ENV=production&& webpack -p && echo '/* eslint-disable */' | cat - dist/tracim_frontend_lib.js > temp && mv temp dist/tracim_frontend_lib.js && printf '\n/* eslint-enable */\n' >> dist/tracim_frontend_lib.js",
|
13
|
14
|
"test": "echo \"Error: no test specified\" && exit 1"
|
14
|
15
|
},
|
15
|
16
|
"author": "",
|