chore: Updated cibuild to deal with 2 steps
This commit is contained in:
parent
d6c37e7a3e
commit
aaeb2de7fd
83 changed files with 92 additions and 89 deletions
|
@ -27,12 +27,13 @@
|
|||
"scripts": {
|
||||
"clean": "rimraf dist",
|
||||
"build": "rollup -c",
|
||||
"lernabuild": "node src/prebuild.js && rollup -c",
|
||||
"cibuild_step1": "node src/prebuild.js",
|
||||
"test": "echo \"pattern-info: 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",
|
||||
"cibuild_step2": "rollup -c",
|
||||
"prebuild": "node src/prebuild.js"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue