Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d00d209

Browse files
chore(package): add watch for build script
1 parent a22596d commit d00d209

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": "Exercises from the book Eloquent Javascript",
55
"main": "index.js",
66
"scripts": {
7+
"build:watch": "./node_modules/.bin/babel src --watch --out-dir dist --ignore '**/*.test.js'",
78
"build": "./node_modules/.bin/babel src --out-dir dist --ignore '**/*.test.js'",
89
"test": "jest"
910
},

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /