Ajoute les types dans le paquet publicodes

pull/1377/head
Maxime Quandalle 2021-01-19 10:34:28 +01:00
parent cac1d13164
commit d1e25b7361
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
"prepublishOnly": "yarn test && yarn run build",
"clean": "rimraf dist node_modules",
"prepare": "yarn run rimraf dist && yarn run build",
"build": "yarn run webpack --config webpack.config.js",
"build": "yarn run webpack --config webpack.config.js && yarn run tsc",
"test:file": "yarn mocha-webpack --webpack-config ./webpack.test.js --include test/setupIntl.js",
"test": "yarn test:file \"./{,!(node_modules)/**/}!(webpack).test.js\""
},