Skip to content

Commit

Permalink
build: add packages (#1138)
Browse files Browse the repository at this point in the history
* build(build): build/opt-github-actions-build-productivity

- Reduce the maximum parallel process number to 2(correcsponding to github actions machine cores)

* build(build): build/add-packages-to-release-scope

- Add packages to package.json.file in order to provide theme.scss
  • Loading branch information
jw-foss committed Dec 27, 2020
1 parent a4d2eda commit a3a1c35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@
},
"files": [
"lib",
"es"
"es",
"packages"
],
"main": "lib/index.js",
"module": "lib/index.esm.js",
Expand Down

0 comments on commit a3a1c35

Please sign in to comment.