We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb20a47 commit 17772aaCopy full SHA for 17772aa
data/examples.md
data/packages.md
package.json
@@ -32,9 +32,10 @@
32
"scripts": {
33
"prestart": "npm run links && node data/regenerate",
34
"start": "beefy index.js:bundle.js --open",
35
- "postinstall": "npm run links && scoped-bulk stackgl npm install && npm dedupe",
+ "postinstall": "npm run links && scoped-bulk stackgl npm install && npm dedupe && npm run sync",
36
"bundle": "npm run prestart && browserify index.js | uglifyjs -c > bundle.js",
37
- "links": "district stackgl splash-grid splash-flock"
+ "links": "district stackgl splash-grid splash-flock",
38
+ "sync": "node data/sync"
39
},
40
"repository": {
41
"type": "git",
0 commit comments