We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e120ec commit c136c11Copy full SHA for c136c11
1 file changed
package.json
@@ -38,12 +38,12 @@
38
"test:integration:focus": "run-s 'test:integration:base -- --profile focus'",
39
"test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
40
"test:integration:wip:debug": "DEBUG=test run-s 'test:integration:wip'",
41
+ "prebuild": "run-s clean",
42
"build": "npm-run-all --print-label --parallel build:*",
43
"build:js": "rollup --config",
44
"clean": "rimraf ./lib",
45
"pregenerate:md": "run-s build",
46
"generate:md": "remark . --output",
- "prebuild": "run-s clean",
47
"prepack": "run-s build",
48
"prepare": "husky",
49
"temp-disabled:lint:md": "remark . --frail",
0 commit comments