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
|
run: cd ../../ && yarn
|
||||||
- name: Build
|
- name: Build
|
||||||
run: yarn compile
|
run: yarn compile
|
||||||
|
|
||||||
# cli-lint:
|
# cli-lint:
|
||||||
# name: CLI lint
|
# name: CLI lint
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
|
|
@ -14,7 +14,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
extensions: [".tsx", ".ts", ".js"],
|
extensions: [".tsx", ".ts", ".js"],
|
||||||
fallback: { "buffer": [ "@stdlib/buffer" ] }
|
fallback: { buffer: ["@stdlib/buffer"] },
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
filename: "bundle.js",
|
filename: "bundle.js",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user