1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00

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

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