mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
chore: init theme (#14508)
* chore: init theme * chore: update faas config
This commit is contained in:
19
package.json
19
package.json
@@ -27,9 +27,22 @@
|
||||
"test": "npm run lint && npm run build:theme && cross-env CI_ENV=/dev/ BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
|
||||
"test:watch": "npm run build:theme && cross-env BABEL_ENV=test karma start test/unit/karma.conf.js"
|
||||
},
|
||||
"faas": {
|
||||
"domain": "element",
|
||||
"public": "temp_web/element"
|
||||
"faas": [
|
||||
{
|
||||
"domain": "element",
|
||||
"public": "temp_web/element"
|
||||
},
|
||||
{
|
||||
"domain": "element-theme",
|
||||
"public": "examples/element-ui",
|
||||
"build": [
|
||||
"yarn",
|
||||
"npm run deploy:build"
|
||||
]
|
||||
}
|
||||
],
|
||||
"engines": {
|
||||
"node": "8"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user