1
0
Fork 0

chore: Updated cibuild to deal with 2 steps

This commit is contained in:
Joost De Cock 2021-12-31 14:16:21 +01:00
parent d6c37e7a3e
commit aaeb2de7fd
83 changed files with 92 additions and 89 deletions

View file

@ -29,7 +29,7 @@
"scripts": {
"clean": "rimraf dist",
"build": "rollup -c",
"lernabuild": "npx node-sass --output-style compressed -r src/scss -o css && echo 'export default `' > src/bundle.css.js && cat css/*.css >> src/bundle.css.js && echo '`;' >> src/bundle.css.js && rollup -c",
"cibuild_step1": "npx node-sass --output-style compressed -r src/scss -o css && echo 'export default `' > src/bundle.css.js && cat css/*.css >> src/bundle.css.js && echo '`;' >> src/bundle.css.js && rollup -c",
"test": "BABEL_ENV=production ../../node_modules/.bin/_mocha tests/*.test.mjs --require @babel/register",
"pubtest": "npm publish --registry http://localhost:6662",
"pubforce": "npm publish",