Skip to content

Commit

Permalink
fix(ci): fix build and publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
krishna-acondy committed Jul 22, 2020
1 parent c3b976a commit 82f2510
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: SASjs Build and Publish
on:
push:
branches:
- master
- main

jobs:
build:
Expand Down
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
"engines": {
"node": ">=10"
},
"release": {
"branches": [
"main"
]
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "microbundle-crl --no-compress --css-modules false --format modern,cjs",
"start": "microbundle-crl watch --no-compress --css-modules false --format modern,cjs",
Expand Down

0 comments on commit 82f2510

Please sign in to comment.