Skip to content

Commit cd3d9f2

Browse files
committed
💚 プリビルドをpostinstallに移動
1 parent ed702e6 commit cd3d9f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
"url": "https://github.com/ci7lus/miraktest-plugins.git"
1010
},
1111
"scripts": {
12-
"dev": "yarn build:sync && webpack --color -w",
13-
"build": "yarn build:sync && webpack --color",
12+
"postinstall": "yarn build:sync",
13+
"dev": "webpack --color -w",
14+
"build": "webpack --color",
1415
"lint:prettier": "prettier --check './src/**/*.{js,ts,tsx}'",
1516
"format:prettier": "prettier --write './src/**/*.{js,ts,tsx}'",
1617
"lint:eslint": "eslint --max-warnings 0 --cache './src/**/*.{js,ts,tsx}'",

0 commit comments

Comments
 (0)