Commit d8c25cfc authored by nanahira's avatar nanahira

fix patch

parent 7d586db1
Pipeline #22903 passed with stages
in 11 minutes and 26 seconds
......@@ -6,7 +6,7 @@
"private": true,
"license": "UNLICENSED",
"scripts": {
"prebuild": "rimraf dist && sed -i -e 's/delay(50)/delay(200)/g' -e 's/button\\[type=\"submit\"\\]/button[type=\"submit\"][data-action-button-primary=\"true\"]/g' node_modules/chatgpt3/build/index.js",
"prebuild": "rimraf dist && sed -i -r -e 's/delay\\(50\\)/delay(200)/g' -e 's/button\\[type=\"submit\"\\](\\[data-action-button-primary=\"true\"\\])*/button[type=\"submit\"][data-action-button-primary=\"true\"]/g' -e 's/ \\.btn-primary/ button:first-child/g' node_modules/chatgpt3/build/index.js",
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment