Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alenaksu committed Jan 18, 2021
1 parent 1c86f55 commit d56f0cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "echo \"This template does not include a test runner by default.\" && exit 1",
"format": "prettier --write 'src/**/*.[j|t]s'",
"lint": "prettier --check 'src/**/*.[j|t]s'",
"build": "snowpack build",
"build": "snowpack build && touch docs/.nojekyll",
"postinstall": "node tools/patchSpectrum.js"
},
"devDependencies": {
Expand Down

0 comments on commit d56f0cc

Please sign in to comment.