Skip to content

Commit

Permalink
Edit Package.json build script to not copy lenses folder (it does not…
Browse files Browse the repository at this point in the history
… exist now)
  • Loading branch information
aalonsolopez committed Jun 14, 2024
1 parent 129f7f2 commit ee01e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "ts-node-dev ./src/index.ts",
"build": "if [ -d \"$PWD/build\" ]; then rm -r \"$PWD/build\"; fi && tsc --incremental && cp -r ./src/lenses ./build",
"build": "if [ -d \"$PWD/build\" ]; then rm -r \"$PWD/build\"; fi && tsc --incremental",
"start": "node build/index.js"
},
"repository": {
Expand Down

0 comments on commit ee01e8b

Please sign in to comment.