1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

Fix syntax error in BBUI package.json

This commit is contained in:
Andrew Kingston 2021-04-01 13:53:21 +01:00
parent 673fcad230
commit 90df8a21c1

View file

@ -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",