File tree 2 files changed +3
-1
lines changed 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 16
16
"format:scss" : " prettier --write ./src/**/*.scss" ,
17
17
"format:md" : " prettier --write '**/*.md'" ,
18
18
"playground" : " yarn --cwd ./playgrounds/html && yarn --cwd ./playgrounds/html serve" ,
19
+ "playground:build" : " yarn --cwd ./playgrounds/html && yarn --cwd ./playgrounds/html build" ,
19
20
"playground:js" : " yarn --cwd ./playgrounds/javascript && yarn --cwd ./playgrounds/javascript serve" ,
20
21
"lint" : " eslint ." ,
21
22
"lint:fix" : " eslint --fix ." ,
Original file line number Diff line number Diff line change 4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "serve" : " parcel serve index.html --global docsSearchBar --open"
7
+ "serve" : " parcel serve index.html --global docsSearchBar --open" ,
8
+ "build" : " parcel build index.html --global docsSearchBar"
8
9
},
9
10
"author" : " " ,
10
11
"license" : " ISC" ,
You can’t perform that action at this time.
0 commit comments