Skip to content

Commit

Permalink
Add dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
bartsitek committed Oct 22, 2022
1 parent baccd42 commit 23229fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"build": "cp -Rn ./src-dummy/ ./src/ || true && webpack --config webpack.config.js && npm run pdf && cd docs; ln -sfn resume.html index.html",
"pdf": "./bin/build-pdf.js",
"preview": "npm run build && open ./docs/index.html && open ./docs/resume.pdf",
"preview:pdf": "npm run build && open ./docs/resume.pdf"
"preview:pdf": "npm run build && open ./docs/resume.pdf",
"test": ""
},
"devDependencies": {
"eslint": "^6.7.2",
Expand Down

0 comments on commit 23229fa

Please # to comment.