mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 14:04:51 +02:00
regexp-generator: Ensure folder exists before generating
This commit is contained in:
parent
c8c800c845
commit
e8342c37d5
@ -5,6 +5,7 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
"prebuild": "mkdirp ../../test/built-ins/RegExp/CharacterClassEscapes",
|
||||||
"build": "node index.js"
|
"build": "node index.js"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
@ -14,5 +15,8 @@
|
|||||||
"jsesc": "^2.5.1",
|
"jsesc": "^2.5.1",
|
||||||
"regexpu-core": "^4.2.0",
|
"regexpu-core": "^4.2.0",
|
||||||
"slugify": "^1.3.0"
|
"slugify": "^1.3.0"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"mkdirp": "^3.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user