1
0
Fork 0

chore(css-theme): Migrated to esbuild & removed legacy devenv

This commit is contained in:
Joost De Cock 2022-06-14 13:09:09 +02:00
parent da3bdef17c
commit b34c632da3

View file

@ -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"
}
}