Skip to content

Commit fb5e59d

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [NPM] build command added.
1 parent 14d3875 commit fb5e59d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Solutions to the first 100 problems from [Project Euler](https://projecteuler.net/)",
55
"main": "src/problem0000-template.js",
66
"scripts": {
7+
"build": "npx --yes copyfiles --verbose -R --up 1 -e \"**/*.test.js\" -e \"**/*.config.js\" \"**/*.js\" dist/",
78
"start": "npm run test",
89
"lint": "npx --yes eslint . --color --max-warnings=0 && echo '✔ Your code looks good.'",
910
"lint:watch": "npx --yes esw . --color --max-warnings=0 --watch",

0 commit comments

Comments
 (0)