Compare commits
No commits in common. "e67ca43306b981f29ebcd1d8a00a5be251306982" and "abfc64f14a8345509f900902e69522f2084c125f" have entirely different histories.
e67ca43306
...
abfc64f14a
|
@ -8,7 +8,7 @@ workflows:
|
|||
jobs:
|
||||
- node/run:
|
||||
name: build
|
||||
npm-run: build
|
||||
npm-run: pbuild
|
||||
post-steps:
|
||||
- persist_to_workspace:
|
||||
root: .
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"_id": "@lumeweb/libportal@0.1.0",
|
||||
"scripts": {
|
||||
"prepare": "presetter bootstrap",
|
||||
"build": "presetter run build",
|
||||
"pbuild": "presetter run build",
|
||||
"semantic-release": "semantic-release"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue