We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d3875 commit fb5e59dCopy full SHA for fb5e59d
package.json
@@ -4,6 +4,7 @@
4
"description": "Solutions to the first 100 problems from [Project Euler](https://projecteuler.net/)",
5
"main": "src/problem0000-template.js",
6
"scripts": {
7
+ "build": "npx --yes copyfiles --verbose -R --up 1 -e \"**/*.test.js\" -e \"**/*.config.js\" \"**/*.js\" dist/",
8
"start": "npm run test",
9
"lint": "npx --yes eslint . --color --max-warnings=0 && echo '✔ Your code looks good.'",
10
"lint:watch": "npx --yes esw . --color --max-warnings=0 --watch",
0 commit comments