Compare commits
No commits in common. "e67ca43306b981f29ebcd1d8a00a5be251306982" and "abfc64f14a8345509f900902e69522f2084c125f" have entirely different histories.
e67ca43306
...
abfc64f14a
|
@ -8,7 +8,7 @@ workflows:
|
||||||
jobs:
|
jobs:
|
||||||
- node/run:
|
- node/run:
|
||||||
name: build
|
name: build
|
||||||
npm-run: build
|
npm-run: pbuild
|
||||||
post-steps:
|
post-steps:
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: .
|
root: .
|
||||||
|
|
|
@ -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