Skip to content

Commit

Permalink
chore: Explicit packlist
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Feb 24, 2023
1 parent 80a9ea7 commit 582fefb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
version: 7
run_install: |
- args: [--frozen-lockfile]
- args: [--global, sceau@beta]
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 16.x
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
"publishConfig": {
"access": "public"
},
"files": [
"dist/",
"sceau.json",
".env.example"
],
"scripts": {
"test": "NODE_EXTRA_CA_CERTS=\"$(mkcert -CAROOT)/rootCA.pem\" jest --coverage --runInBand",
"test:watch": "NODE_EXTRA_CA_CERTS=\"$(mkcert -CAROOT)/rootCA.pem\" jest --watch --runInBand",
Expand Down

0 comments on commit 582fefb

Please sign in to comment.