Skip to content

Commit

Permalink
fix: ci use compile script instead of build
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Singh1 committed Jan 15, 2024
1 parent c9f82d8 commit 5492042
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
with:
node-version: 18.x

- name: Install pnpm dependencies
- name: Install npm dependencies
run: npm install

- name: Lint code
run: npm run lint

- name: Build code
run: npm run build
run: npm run compile

- name: Run type checks
run: npm run type-check
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,7 @@ List of custom module names that should be considered as the StyleX package for

```json
{
"stylex.aliasModuleNames": [
"@stylexjs/stylex",
"stylex",
"@my-org/stylex"
]
"stylex.aliasModuleNames": ["@stylexjs/stylex", "stylex", "@my-org/stylex"]
}
```

Expand Down

0 comments on commit 5492042

Please sign in to comment.