Skip to content

Commit 16e2570

Browse files
committed
Adjust documentation
1 parent 1505ce3 commit 16e2570

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: example/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This directory servers as minimal reproducible configuration for Webpack and
44
Rollup.
55

6-
Run `npm install`, and then:
6+
Run `npm install && npm run build`, and then:
77

88
- `npm run build:webpack:cjs` - Run Webpack config as CommonJS module
99
- `npm run build:rollup:cjs` - Run Rollup config as CommonJS module

Diff for: example/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"scripts": {
3-
"postinstall": "npm run build",
43
"build": "cd .. && npm run build",
54
"build:webpack:cjs": "webpack --config ./cjs/webpack.config.js",
65
"build:webpack:esm": "webpack --config ./esm/webpack.config.mjs",

0 commit comments

Comments
 (0)