Skip to content

Commit

Permalink
feat(build): fix output path
Browse files Browse the repository at this point in the history
  • Loading branch information
christianliebel committed Jun 2, 2021
1 parent 1ec0f22 commit a868b5a
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 @@ -8,7 +8,7 @@
"test": "jest",
"lint": "eslint \"src/**/*.{js,ts}\"",
"generate-sw": "workbox generateSW",
"generate-license-file": "generate-license-file --input package.json --output public/3rdpartylicenses.txt"
"generate-license-file": "generate-license-file --input package.json --output build/3rdpartylicenses.txt"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a868b5a

Please sign in to comment.