Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
chore: removed segfault patch
Browse files Browse the repository at this point in the history
  • Loading branch information
GauBen committed Aug 3, 2021
1 parent ea11b17 commit d0d373d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"clean": "rimraf ./.dist ./.pre-dist",
"build": "yarn clean && yarn build:eleventy && yarn build:parcel",
"build:eleventy": "eleventy",
"build:parcel": "PARCEL_WORKERS=0 parcel build '.pre-dist/**/*.{html,xml}' --dist-dir .dist --no-source-maps --detailed-report 0",
"build:parcel": "parcel build '.pre-dist/**/*.{html,xml}' --dist-dir .dist --no-source-maps --detailed-report 0",
"test": "yarn test:stylelint && yarn test:eslint && echo ':)'",
"test:stylelint": "stylelint './assets/**/*.styl' --custom-syntax stylelint-plugin-stylus/custom-syntax --fix",
"test:eslint": "eslint './assets/**/*.ts' './pages/**/*.cjs' './.eleventy.js' --fix",
Expand Down

0 comments on commit d0d373d

Please sign in to comment.