yarn format:all
compels me
This commit is contained in:
parent
57dca26d2b
commit
38d0ea79e4
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -204,7 +204,6 @@ jobs:
|
|||
run: cd ../../ && yarn
|
||||
- name: Build
|
||||
run: yarn compile
|
||||
|
||||
# cli-lint:
|
||||
# name: CLI lint
|
||||
# runs-on: ubuntu-latest
|
||||
|
|
|
@ -14,7 +14,7 @@ module.exports = {
|
|||
},
|
||||
resolve: {
|
||||
extensions: [".tsx", ".ts", ".js"],
|
||||
fallback: { "buffer": [ "@stdlib/buffer" ] }
|
||||
fallback: { buffer: ["@stdlib/buffer"] },
|
||||
},
|
||||
output: {
|
||||
filename: "bundle.js",
|
||||
|
|
Loading…
Reference in New Issue
Block a user