chore: Remove rollup and legacy devenv dependencies
This commit is contained in:
parent
3bbaee8be0
commit
86b49a4ea6
84 changed files with 552 additions and 1539 deletions
|
@ -22,13 +22,13 @@
|
|||
],
|
||||
"main": "dist/theme.css",
|
||||
"scripts": {
|
||||
"clean": "rimraf dist",
|
||||
"build": "npx node-sass --output-style compressed src/theme.scss dist/theme.css",
|
||||
"mbuild": "NO_MINIFY=1 node build.js",
|
||||
"vbuild": "VERBOSE=1 node build.js",
|
||||
"cibuild_step1": "npx node-sass --output-style compressed src/theme.scss dist/theme.css",
|
||||
"test": "echo \"css-theme: No tests configured. Perhaps you'd like to do this?\" && exit 0",
|
||||
"clean": "rimraf dist",
|
||||
"mbuild": "NO_MINIFY=1 node build.js",
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"test": "echo \"css-theme: No tests configured. Perhaps you'd like to do this?\" && exit 0",
|
||||
"vbuild": "VERBOSE=1 node build.js",
|
||||
"watch": "npx node-sass --watch --output-style compressed src/theme.scss dist/theme.css"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue