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 557a26c18c
commit 1726bd0b79
1 changed files with 0 additions and 2 deletions

View File

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