зеркало из https://github.com/microsoft/paris.git
Added bundle & publish scripts
This commit is contained in:
Родитель
50ff8649d1
Коммит
dab8a6adb4
|
@ -13,7 +13,9 @@
|
|||
"typings": "index.d.ts",
|
||||
"scripts": {
|
||||
"build": "gulp build && rollup -c",
|
||||
"dev": "rollup -c -w"
|
||||
"dev": "rollup -c -w",
|
||||
"bundle": "npm run build && rimraf bundle/lib/**/*.js",
|
||||
"publish": "npm run bundle && npm publish"
|
||||
},
|
||||
"author": "Yossi Kolesnicov",
|
||||
"license": "MIT",
|
||||
|
|
Загрузка…
Ссылка в новой задаче