Skip to content

Commit 3afbf42

Browse files
committed
adding netlify badge and build command
1 parent cd612c6 commit 3afbf42

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# sketches
22
First trials with p5js
33

4+
[![Netlify Status](https://api.netlify.com/api/v1/badges/b9459f9a-921e-4a42-ab2b-4f3497dc1419/deploy-status)](https://app.netlify.com/sites/sharp-davinci-94b7bb/deploys)
5+
46
https://sharp-davinci-94b7bb.netlify.app/

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"license": "MIT",
88
"private": true,
99
"scripts": {
10-
"start": "parcel playground/index.html --open"
10+
"start": "parcel playground/index.html --open",
11+
"build": "parcel build playground/index.html"
1112
},
1213
"dependencies": {
1314
"p5": "^1.4.1"

0 commit comments

Comments
 (0)