working pkgs

This commit is contained in:
Leifer Mendez
2022-11-11 20:28:49 +01:00
parent 1edd9ab371
commit a20b128ee8
13 changed files with 166 additions and 22 deletions

View File

@@ -11,8 +11,7 @@
"format:write": "prettier --write .",
"lint:check": "eslint .",
"lint:fix": "eslint --fix .",
"test:core": "node ../../node_modules/uvu/bin.js tests",
"build:core": "npm run format:write && npm run lint:fix && npm run io:rollup"
"build:core": "yarn run format:write && yarn run lint:fix && yarn run io:rollup"
},
"keywords": [],
"author": "",