Add build script to package.json for Docker build
This commit is contained in:
parent
758b242f11
commit
c5c44986d8
|
@ -57,7 +57,8 @@
|
|||
"test:security": "node test-security.js",
|
||||
"test:security:bash": "./test-security.sh",
|
||||
"test:security:csp": "node test-security.js --test=csp",
|
||||
"test:security:cors": "node test-security.js --test=cors"
|
||||
"test:security:cors": "node test-security.js --test=cors",
|
||||
"build": "node update-js.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue