Remove dev script from BBUI as it is bundled from other packages in the dev stack now

This commit is contained in:
Andrew Kingston 2021-04-01 13:52:52 +01:00
parent 73afd3c676
commit 673fcad230
1 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@
"scripts": {
"start": "sirv public",
"build": "rollup --config",
"dev:builder": "rollup --config --watch",
"prepublishOnly": "npm run build",
"svench:rollup": "cross-env SVENCH=1 rollup -cw",
"svench:nollup": "cross-env SVENCH=1 nollup",
@ -15,7 +14,6 @@
"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",
"test": "echo TODO"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",