Skip to content

Commit

Permalink
fix: remove scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo1v committed Mar 7, 2021
1 parent b04f85a commit b5c07db
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 96 deletions.
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
{
"name": "@hitechline/next-mdx",
"version": "0.0.1f",
"version": "0.0.1",
"license": "AGPL-3.0",
"main": "index.js",
"module": "index.esm.js",
"types": "index.d.ts",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "typings/index.d.ts",
"scripts": {
"fix": "yarn lint:fix && yarn prettier:fix",
"clean": "rimraf dist typings",
"purge": "node scripts/clean",
"postpublish": "yarn purge",
"prepare": "node scripts/prepare",
"clean": "rimraf .tarball dist typings provider/**.js*",
"prepublishOnly": "yarn build",
"release": "yarn node-env-run --exec \"semantic-release --ci false\"",
"release:check": "yarn node-env-run --exec \"semantic-release\"",
"release": "yarn node-env-run --exec \"semantic-release\"",
"test": "jest --passWithNoTests",
"test:watch": "yarn test --watchAll",
"lint": "eslint ./ --ext js,jsx,ts,tsx",
Expand All @@ -38,6 +34,11 @@
"lib": "src",
"test": "__tests__"
},
"files": [
"dist",
"typings",
"provider"
],
"keywords": [
"react",
"next",
Expand Down
12 changes: 0 additions & 12 deletions scripts/checkPath.js

This file was deleted.

42 changes: 0 additions & 42 deletions scripts/clean.js

This file was deleted.

32 changes: 0 additions & 32 deletions scripts/prepare.js

This file was deleted.

0 comments on commit b5c07db

Please sign in to comment.