Skip to content

Commit e01d285

Browse files
committed
Add documentation build to main package.json
1 parent bdf2d3d commit e01d285

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"test": "npm run test:index && npm run test:chai && npm run test:expect && npm run test:expectjs && npm run test:jasmine && npm run test:jest && npm run test:should && npm run test:tape",
1515
"copy-resources": "cp {README.md,LICENSE} ./build",
1616
"build": "rimraf build && babel src --out-dir build --copy-files ",
17-
"prepublish": "npm run build && npm run copy-resources"
17+
"prepublish": "npm run build && npm run copy-resources",
18+
"docs:build": "cd documentation && npm run build"
1819
},
1920
"repository": {
2021
"type": "git",

0 commit comments

Comments
 (0)