Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
fix(netlify) No longer fail on assets npm script within netlify.
Browse files Browse the repository at this point in the history
  • Loading branch information
andi1984 committed Mar 17, 2020
1 parent 8cf65a6 commit 8ab72ec
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 @@ -21,7 +21,7 @@
"watch-content": "npm-watch",
"watch": "ts-node-dev --respawn --transpileOnly ./build.ts",
"build": "tsc && node ./build/build.js",
"assets": "echo \"Run your asset generation script here putting assets into the dist folder\" && exit 1",
"assets": "echo \"Run your asset generation script here putting assets into the dist folder\" && exit 8",
"start": "npm run build && npm run assets"
},
"author": "Andreas Sander <mail@andi1984.de>",
Expand Down

0 comments on commit 8ab72ec

Please sign in to comment.