Skip to content

Commit 677c708

Browse files
committed
review: Adapt script names
1 parent 6c66a85 commit 677c708

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/material-renderers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"typings": "lib/index.d.ts",
3434
"scripts": {
3535
"build": "rollup -c rollup.config.js",
36+
"build:examples-app": "rollup -c rollup.example.config.js",
3637
"dev": "webpack --config webpack/webpack.dev.js && webpack-dev-server --config webpack/webpack.dev.js --env=dev --inline",
37-
"example:bundle": "rollup -c rollup.example.config.js",
3838
"clean": "rimraf lib coverage dist .nyc_output example/dist 2> /dev/null",
3939
"lint": "tslint --project tsconfig.json --exclude src/models/jsonSchema.ts",
4040
"test": "jest --no-cache",

packages/vanilla-renderers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"typings": "lib/index.d.ts",
1212
"scripts": {
1313
"build": "rollup -c rollup.config.js",
14+
"build:examples-app": "rollup -c rollup.example.config.js",
1415
"dev": "webpack --config ./webpack/webpack.dev.js && webpack-dev-server --config webpack/webpack.dev.js --env=dev --inline",
15-
"example:bundle": "rollup -c rollup.example.config.js",
1616
"clean": "rimraf lib coverage dist .nyc_output example/dist 2> /dev/null",
1717
"lint": "tslint --project tsconfig.json --exclude src/models/jsonSchema.ts",
1818
"report": "nyc report --reporter=html",

0 commit comments

Comments
 (0)