Skip to content

Commit

Permalink
exit 0 on test
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Nov 27, 2023
1 parent 8949ccf commit fdc4952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"types": "./dist/index.d.ts"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "echo \"Nothing to test -- no test specified\" && exit 0",
"build": "npm run build:cjs && mv dist/index.js dist/index.cjs && npm run build:es6",
"build:cjs": "tsc -p ./tsconfig-cjs.json",
"build:es6": "tsc",
Expand Down

0 comments on commit fdc4952

Please sign in to comment.