Skip to content

Commit dff1da0

Browse files
authored
Remove "postbuild" step (#58)
`pulp docs` now fails because the `--docgen` option to purs docs has been removed. Now that we no longer check markdown docs into the repo, there's not much reason to keep this, especially since it makes the `npm run deploy` script fail.
1 parent e32abab commit dff1da0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"build:purs": "pulp build -I docs",
2222
"pscid": "pscid -I docs",
2323
"pscid:build": "run-s build:purs",
24-
"postbuild": "pulp docs",
2524
"predeploy": "run-s build",
2625
"deploy": "gh-pages -d build",
2726
"clean": "rm -rf build output generated-docs .psa-stash .pulp-cache .psci-modules",

0 commit comments

Comments
 (0)