Skip to content

Commit 10ded88

Browse files
bors[bot]bidoubiwa
andauthored
Merge #367
367: Add playground build mode r=bidoubiwa a=bidoubiwa Co-authored-by: Charlotte Vermandel <[email protected]>
2 parents a6cd5f1 + 6873b8e commit 10ded88

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"format:scss": "prettier --write ./src/**/*.scss",
1717
"format:md": "prettier --write '**/*.md'",
1818
"playground": "yarn --cwd ./playgrounds/html && yarn --cwd ./playgrounds/html serve",
19+
"playground:build": "yarn --cwd ./playgrounds/html && yarn --cwd ./playgrounds/html build",
1920
"playground:js": "yarn --cwd ./playgrounds/javascript && yarn --cwd ./playgrounds/javascript serve",
2021
"lint": "eslint .",
2122
"lint:fix": "eslint --fix .",

playgrounds/html/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "",
55
"main": "index.js",
66
"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"
89
},
910
"author": "",
1011
"license": "ISC",

0 commit comments

Comments
 (0)