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

Commit e53a063

Browse files
author
Adam A. Zerella
committed
Added missing whitespace in core
1 parent d0e424a commit e53a063

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/core/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,19 @@
1717
],
1818
"scripts": {
1919
"postinstall": "pancake",
20+
2021
"test:a11y": "node ../../scripts/a11y.js",
2122
"test:helper": "node ../../scripts/helper.js test",
2223
"test": "npm-run-all --parallel test:*",
24+
2325
"prepublish": "npm run test:helper && npm run build:pre",
26+
2427
"build:pre": "node ../../scripts/helper.js precompile publish",
2528
"build:js": "npm run build:pre && node ../../scripts/helper.js compile",
2629
"build": "npm run build:js",
30+
2731
"serve": "browser-sync tests --files \"tests/**/*.html, tests/**/*.css, tests/**/*.js\"",
32+
2833
"watch:js": "onchange \"src/js/*.js\" -- npm run build:js",
2934
"watch:jsx": "onchange \"src/js/react.js\" \"tests/react/index.js\" -- npm run build",
3035
"watch:sass": "onchange \"src/sass/*.scss\" \"tests/site/test.scss\" -- npm run build",

0 commit comments

Comments
 (0)