Skip to content

Commit 1682693

Browse files
committed
Adds test script to prepublish sequence
1 parent 28066a3 commit 1682693

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dev": "yarn run clean && cross-env BABEL_ENV=commonjs babel src -d lib --watch",
1818
"start": "parcel examples/index.html -d examples/dist --cache-dir examples/cache --open",
1919
"lint": "eslint src/ --ext .js,.tsx,.ts",
20-
"prepublishOnly": "yarn run clean && yarn run build",
20+
"prepublishOnly": "yarn run test && yarn run clean && yarn run build",
2121
"test": "jest",
2222
"test:coverage": "jest --coverage",
2323
"ts:check": "tsc -p tsconfig.json --allowJs false --noEmit --emitDeclarationOnly false"
@@ -43,9 +43,9 @@
4343
"motion"
4444
],
4545
"author": {
46-
"name": "EDITED",
47-
"email": "hello@edited.com",
48-
"url": "http://edited.tech"
46+
"name": "Bernardo Raposo",
47+
"email": "hi@bernardoraposo.com",
48+
"url": "http://bernardoraposo.com"
4949
},
5050
"license": "MIT",
5151
"bugs": {

0 commit comments

Comments
 (0)