fix: pre-copy fix

This commit is contained in:
2022-12-11 05:48:51 -06:00
parent 8921959ea0
commit 6617107ab8
6 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
"description": "",
"main": "app.js",
"scripts": {
"pre-copy": "cd .. && yarn run copy.lib example-app-base",
"pre-copy": "cd .. && yarn run copy.lib base-wweb-memory",
"start": "node app.js"
},
"keywords": [],