Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

node scripts delay

"scripts": {  "test:system": "npm-run-all build -p -r serve test",  "build": "webpack",  "serve": "serve -p 8000",  "test": "wait-on http://localhost:8001 && npm run test:codecept",  "test:codecept": "codecept",}
Source by medium.com #
 
PREVIOUS NEXT
Tagged: #node #scripts #delay
ADD COMMENT
Topic
Name
1+8 =