Fix syntax error in BBUI package.json
This commit is contained in:
parent
1726bd0b79
commit
5ebb31e472
|
@ -13,7 +13,7 @@
|
|||
"svench:nollup:dev:help": "echo 'this script is used to dev Svench itself'",
|
||||
"svench:nollup:dev": "yarn svench:nollup --watch ../svench/src --watch ../svench/themes --watch ../svench/*.js",
|
||||
"svench": "npm run --silent svench:nollup",
|
||||
"build:svench": "cross-env SVENCH=1 rollup -c",
|
||||
"build:svench": "cross-env SVENCH=1 rollup -c"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^16.0.0",
|
||||
|
|
Loading…
Reference in New Issue