yarn format:all compels me

This commit is contained in:
Quinn Dougherty 2022-09-01 14:22:32 +08:00
parent 57dca26d2b
commit 38d0ea79e4
2 changed files with 110 additions and 111 deletions

View File

@ -204,7 +204,6 @@ jobs:
run: cd ../../ && yarn
- name: Build
run: yarn compile
# cli-lint:
# name: CLI lint
# runs-on: ubuntu-latest

View File

@ -14,7 +14,7 @@ module.exports = {
},
resolve: {
extensions: [".tsx", ".ts", ".js"],
fallback: { "buffer": [ "@stdlib/buffer" ] }
fallback: { buffer: ["@stdlib/buffer"] },
},
output: {
filename: "bundle.js",