1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-03 09:39:16 +02:00

Rename 'build' script as it's playing funny with the github workflows

This commit is contained in:
Jeff Schiller 2022-10-30 17:35:46 -07:00
parent a84ed44cb3
commit 73cfa291f6

View file

@ -38,7 +38,7 @@
"test": "tests" "test": "tests"
}, },
"scripts": { "scripts": {
"build": "cd build; make", "build-webpshim": "cd build; make",
"test": "./node_modules/.bin/mocha tests/*.spec.js" "test": "./node_modules/.bin/mocha tests/*.spec.js"
}, },
"devDependencies": { "devDependencies": {