Skip to content

Commit e8e9788

Browse files
Automatically merged boilerplate update from #26
test
2 parents fbbc4fa + 2e6f621 commit e8e9788

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"test": "npm run build:prod && NODE_ENV=production MAIN=dist/package/production jest --runInBand",
3131
"test:coverage": "npm run test:dev -- --coverage --json --outputFile=dist/jest/stats.json",
3232
"test:dev": "NODE_ENV=test jest --runInBand",
33-
"test:debug": "DEBUG=\"$DEBUG,$(basename $PWD),$(basename $PWD):*\" NODE_ENV=test node --inspect=9229 node_modules/jest/bin/jest.js --runInBand"
33+
"test:debug": "DEBUG=\"$DEBUG,$(basename $PWD),$(basename $PWD):*\" NODE_ENV=test node --inspect=9229 node_modules/jest/bin/jest.js --runInBand",
34+
"prepareActionJest": "npm run build:prod"
3435
},
3536
"name": "array-to-object-keys"
3637
}

0 commit comments

Comments
 (0)