Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Commit 0edd900

Browse files
committed
Update workflows
1 parent d3c5c70 commit 0edd900

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
bundle exec rake
2828
yarn install --frozen-lockfile
29-
yarn build
29+
yarn prepublishOnly
3030
3131
- name: Test package
3232
run: yarn test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dist"
1010
],
1111
"scripts": {
12-
"build": "node build.mjs",
12+
"prepublishOnly": "node build.mjs",
1313
"test": "node test.mjs"
1414
},
1515
"repository": {

0 commit comments

Comments
 (0)