Skip to content

Commit a1e20ae

Browse files
committed
💚 fix test action
1 parent f62ca35 commit a1e20ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ jobs:
2323
node-version: ${{matrix.node_version}}
2424
cache: 'yarn'
2525
- run: yarn install
26+
- run: yarn build
2627
- run: yarn validate

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"format-check": "amper-scripts format-check '*.{js,ts,tsx}' 'src/**/*.{js,ts,tsx}'",
8181
"format": "amper-scripts format-write '*.{js,ts,tsx}' 'src/**/*.{js,ts,tsx}'",
8282
"lint": "amper-scripts lint --config ./.eslintrc.js '*.{js,ts,tsx}' 'src/**/*.{js,ts,tsx}'",
83-
"prepack": "run-s validate build",
83+
"prepack": "run-s build validate",
8484
"test": "ava",
8585
"typeCheck": "tsc --noEmit",
8686
"validate": "run-p test format-check lint typeCheck"

0 commit comments

Comments
 (0)