Skip to content

Commit

Permalink
fix: package.json
Browse files Browse the repository at this point in the history
fufeck committed Apr 3, 2024
1 parent 1963ada commit 5e3dfed
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -27,11 +27,8 @@
"bal": "bin/bal"
},
"scripts": {
"lint": "npx eslint lib scripts",
"lint:fix": "npx eslint --fix lib scripts",
"prettier": "npx prettier lib scripts --check",
"prettier:fix": "yarn run prettier --write",
"format": "yarn run prettier:fix && yarn run lint:fix",
"lint": "npx eslint --fix lib scripts",
"format": "yarn run prettier --write \"lib/**/*.js\" \"scripts/**/*.js\"",
"build-minicog": "node scripts/build-minicog",
"build": "pkg --targets node16-linux-x64,node16-macos-x64,node16-win-x64 --output bal .",
"transpile": "rm -rf browser && babel lib --out-dir browser",

0 comments on commit 5e3dfed

Please sign in to comment.