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

@ -21,13 +21,14 @@
"scripts": {
"clean": "rimraf Blockquote && rimraf Draft && rimraf DraftConfigurator && rimraf Emblem && rimraf Example && rimraf Footer && rimraf Icon && rimraf Logo && rimraf Navbar && rimraf Ogol && rimraf Robot && rimraf SampleConfigurator && rimraf withGist && rimraf withLanguage && rimraf Workbench",
"build": "rollup -c",
"lernabuild": "rollup -c",
"cibuild_step1": "rollup -c",
"test": "echo \"components: 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",
"storybook": "start-storybook -p 6663",
"cibuild_step2": "rollup -c",
"watch": "BABEL_ENV=production rollup -c -w -o dist/index.js -f cjs"
},
"peerDependencies": {