Skip to content

Commit

Permalink
add prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBa committed Dec 2, 2021
1 parent 78f671b commit 3386b17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ jest.config.js
tsconfig.json
yarn.lock

node_modules/

CODE_OF_CONDUCT.md
README.md
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-no-lookahead-lookbehind-regexp",
"version": "0.0.1",
"version": "0.0.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "[email protected]:JonasBa/eslint-plugin-no-lookahead-lookbehind-regexp.git",
Expand All @@ -13,6 +13,7 @@
},
"scripts": {
"benchmark": "ts-node test/benchmark.ts",
"prepare": "yarn test && yarn build",
"build": "rm -rf ./lib && yarn tsc",
"tsc": "tsc",
"test": "jest",
Expand Down

0 comments on commit 3386b17

Please sign in to comment.