update build script to include ncc install (#99)
gh actions won't respect npx installed devdeps
This commit is contained in:
parent
d1dc92d6ff
commit
688936d8db
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"private": true,
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"build": "ncc build src/run.ts -o lib",
|
||||
"build": "npm i ncc && npx ncc build src/run.ts -o lib",
|
||||
"test": "jest",
|
||||
"test-coverage": "jest --coverage",
|
||||
"format": "prettier --write .",
|
||||
|
|
Loading…
Reference in a new issue