Skip to content

Commit

Permalink
fix(configs): adjust npm scripts; add tool-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanlend committed Dec 20, 2022
1 parent ed6e061 commit ca2a110
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 16.13.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dist"
],
"scripts": {
"build": "npm run clean && tsc",
"build": "npm run clean && tsc && cp -r data ./dist/data",
"clean": "rimraf dist",
"collectCoverage": "jest --collectCoverage",
"format": "prettier --write \"src/*.{js,ts,json,md}\"",
Expand Down

0 comments on commit ca2a110

Please sign in to comment.