Skip to content

Commit

Permalink
Corrected update script
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Hall committed Jun 18, 2021
1 parent d3ee138 commit 119ad1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"copy-workers": "node scripts/copy-workers.js",
"migrate": "node-pg-migrate -r dotenv/config",
"build": "npm run copy-workers && sapper build --legacy",
"update": "node scripts/update_template.js && node scripts/get-contributors.js && node scripts/update_whos_using.js",
"update": "node scripts/update_template.js && node scripts/get-contributors.js",
"start": "node __sapper__/build",
"test": "mocha -r esm test/**",
"deploy": "make deploy"
Expand Down

0 comments on commit 119ad1d

Please sign in to comment.