ci: rename build to pbuild to prevent loops
This commit is contained in:
parent
43aec6a253
commit
214013b2f1
|
@ -30,7 +30,7 @@
|
||||||
"_id": "@lumeweb/libportal@0.1.0",
|
"_id": "@lumeweb/libportal@0.1.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "presetter bootstrap",
|
"prepare": "presetter bootstrap",
|
||||||
"build": "presetter run build",
|
"pbuild": "presetter run build",
|
||||||
"semantic-release": "semantic-release"
|
"semantic-release": "semantic-release"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in New Issue