Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit 7a0eb7e

Browse files
committed
Add example script to build and run example
1 parent a4f1b25 commit 7a0eb7e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ main = launchAff do
2121
liftEff $ print files'
2222
```
2323

24-
That was easy. Run `gulp example` to see it work.
24+
That was easy. Run `npm run example` to see it work.
2525

2626
#### Documentation
2727

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"private": true,
33
"scripts": {
44
"postinstall": "pulp dep install",
5-
"build": "pulp build && rimraf docs && pulp docs"
5+
"build": "pulp build && rimraf docs && pulp docs",
6+
"example": "pulp run -I example --main Example.Main"
67
},
78
"devDependencies": {
89
"pulp": "^4.0.2",

0 commit comments

Comments
 (0)