Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
feat(scripts): remove asset copy from dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Mar 4, 2021
1 parent 0a4a0c4 commit 89b7cd4
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 @@ -46,7 +46,7 @@
},
"scripts": {
"build": "tsc && ./scripts/mjml.sh",
"dev": "sh parallel_commands 'cp ./src/assets/ ./dist/ -R' 'tsnd --inspect=0.0.0.0 --respawn ./src/stomper.ts' 'find ./src/email-templates/ -maxdepth 1 -type f -name ''*.mjml'' -print0 | xargs -0 mjml -o ./src/email-templates/ -w'",
"dev": "sh parallel_commands 'tsnd --inspect=0.0.0.0 --respawn ./src/stomper.ts' 'find ./src/email-templates/ -maxdepth 1 -type f -name ''*.mjml'' -print0 | xargs -0 mjml -o ./src/email-templates/ -w'",
"start": "yarn run build && node ./dist/stomper.js",
"snyk-protect": "snyk protect",
"prepare": "yarn run snyk-protect",
Expand Down

0 comments on commit 89b7cd4

Please sign in to comment.