Skip to content

Commit 60460ad

Browse files
author
Alexey Litvinov
committed
build script
1 parent 45bc7ee commit 60460ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"node": ">=0.12"
88
},
99
"scripts": {
10+
"build": "babel lib --out-dir lib && babel preset.js --out-file preset.js",
1011
"test": "NODE_PATH=$(pwd)/test/tokens/node_modules $npm_package_scripts_test_unit --harmony_destructuring --harmony_spread_arrays --use_strict",
1112
"test:w": "NODE_PATH=$(pwd)/test/tokens/node_modules $npm_package_scripts_test_unit --watch --harmony_destructuring --harmony_spread_arrays --use_strict",
1213
"test:babel": "NODE_PATH=$(pwd)/test/tokens/node_modules $npm_package_scripts_test_unit --compilers js:babel-register",
@@ -46,6 +47,7 @@
4647
"seekout": "^1.0.1"
4748
},
4849
"devDependencies": {
50+
"babel-cli": "^6.5.1",
4951
"babel-preset-es2015": "^6.5.0",
5052
"babel-register": "^6.5.2",
5153
"mocha": "^2.4.5",

0 commit comments

Comments
 (0)