Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
meabed committed Dec 4, 2023
1 parent 529cb1f commit fbd8921
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:

- name: Test
run: |
yarn preparemetadata
yarn test
- name: Release
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:

- name: Test
run: |
yarn preparemetadata
yarn test
- name: Release
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"scripts": {
"build": "rimraf lib && rollup -c --bundleConfigAsCjs",
"preparemetadata": "rimraf resources && node tools/prepare.js && rimraf resources/libphonenumber",
"prepublishOnly": "yarn preparemetadata && yarn build",
"prepublishOnly": "yarn build",
"test": "jest",
"watch": "rimraf lib && rollup -cw"
},
Expand Down

0 comments on commit fbd8921

Please sign in to comment.