chore(css-theme): Migrated to esbuild & removed legacy devenv
This commit is contained in:
parent
da3bdef17c
commit
b34c632da3
1 changed files with 3 additions and 7 deletions
|
@ -24,12 +24,11 @@
|
|||
"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",
|
||||
"pubtest": "npm publish --registry http://localhost:6662",
|
||||
"pubforce": "npm publish",
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"start": "rollup -c -w",
|
||||
"watch": "npx node-sass --watch --output-style compressed src/theme.scss dist/theme.css"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
|
@ -50,10 +49,7 @@
|
|||
"tag": "latest"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.0.0",
|
||||
"node": ">=14.0.0",
|
||||
"npm": ">=6"
|
||||
},
|
||||
"rollup": {
|
||||
"exports": "named"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue