Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Added missing whitespace in core
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam A. Zerella committed Feb 8, 2019
1 parent 29257f1 commit 6e027dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/core/package.json
Expand Up @@ -17,14 +17,19 @@
],
"scripts": {
"postinstall": "pancake",

"test:a11y": "node ../../scripts/a11y.js",
"test:helper": "node ../../scripts/helper.js test",
"test": "npm-run-all --parallel test:*",

"prepublish": "npm run test:helper && npm run build:pre",

"build:pre": "node ../../scripts/helper.js precompile publish",
"build:js": "npm run build:pre && node ../../scripts/helper.js compile",
"build": "npm run build:js",

"serve": "browser-sync tests --files \"tests/**/*.html, tests/**/*.css, tests/**/*.js\"",

"watch:js": "onchange \"src/js/*.js\" -- npm run build:js",
"watch:jsx": "onchange \"src/js/react.js\" \"tests/react/index.js\" -- npm run build",
"watch:sass": "onchange \"src/sass/*.scss\" \"tests/site/test.scss\" -- npm run build",
Expand Down

0 comments on commit 6e027dc

Please sign in to comment.