Skip to content

Commit

Permalink
Merge pull request #509 from airbnb/fix-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed May 6, 2020
2 parents 345831d + 5cd884a commit 5882101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic-setup/package.json
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"build": "skpm-build",
"watch": "skpm-build --watch",
"render": "node ../../../skpm/packages/builder/lib/build.js --watch --run",
"render": "skpm-build --watch --run",
"render:once": "skpm-build --run",
"postinstall": "npm run build && skpm-link"
},
Expand Down

0 comments on commit 5882101

Please sign in to comment.